10
Greetings - This is on a remote hosted web site.
PHP Version 4.3.10
Apache/1.3.33 (Unix) mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.6b PHP-CGI/0.1b
I tried added to the end of my
.htaccess file in my public_html directory the following items.
<Directory my_path_here>
php_admin_flag register_globals off
Directory>
I also tried...
<Directory my_path_here>
php_flag register_globals off
Directory>
In both cases I got a 500 error message and the web site was inaccessible.
Any assistance would be appreciated.