XHTML not workin
Posted: Thu Sep 10, 2009 8:31 am
hi,
recently i was able to disable PHP in some folders by adding below lines in httpd.conf file
<Directory "/var/www/html/wap/xhtml">
php_admin_flag engine off
</Directory>
now i'm facing new problem.
when i access xhtml files in the PHP disabled folders, instead of loading the page it downloads
so in some browsers get the error as cannot download this file
what can i do to avoid this and enable xhtml in those folders
pls help
recently i was able to disable PHP in some folders by adding below lines in httpd.conf file
<Directory "/var/www/html/wap/xhtml">
php_admin_flag engine off
</Directory>
now i'm facing new problem.
when i access xhtml files in the PHP disabled folders, instead of loading the page it downloads
so in some browsers get the error as cannot download this file
what can i do to avoid this and enable xhtml in those folders
pls help