Re: how to use .htc file in django

2007-03-12 Thread OudS
thank you for ur reply. you remind me, I look over the django file, it seems that the Django development server does not have the correct Multipurpose Internet Mail Extension (MIME) information for the .htc files. The Django development server returns the .htc MIME type as "www/unknown" as Apache

Re: how to use .htc file in django

2007-03-12 Thread OudS
I look over the django file, it seems that the Django development server does not have the correct Multipurpose Internet Mail Extension (MIME) information for the .htc files. The Apache Web server returns the .htc MIME type as "www/unknown" as Apache server. thank you again. :D --~--~

Re: how to use .htc file in django

2007-03-12 Thread OudS
> Django outputs HTML the same way as any other system; the only thing > you need to do is ensure you've correctly configured your web server > for serving static files, as per the documentation; consult either the > Apache/mod_python deployment docs or the FastCGI docs, depending on > your server

how to use .htc file in django

2007-03-12 Thread ouds
hi everyone here, how to use .htc file in django if in j2ee or nomal html file, i can define in table as but in django, I cannot do it correctly, help me, plz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Djan