I have a webpage that needs to use some specific php.ini settings different from other php applications on my web server. I have created a .htaccess file with the following content:

php_flag register_globals 1
php_flag error_reporting  "E_ALL & ~E_NOTICE"

It works fine, but only on Mozilla and Netscape. Internet explorer cannot process the content of this web page. The URL is http://e-technics.com/dorna/ .

Anyone knows the remedy for this strange behaviour?

Bogdan Albei
eTechnics
www.e-technics.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to