I am trying to install mambo and I want to turn Register Globals off. I added the last three lines as suggested on the Mambo board but I get a 500 internal server error. When I take them off I am back where I started. How can I turn Register globals off? Here is the file which includes the last three troublesome lines. Thanks. Christopher:
@version $Id: htaccess.txt,v 1.5 2005/01/22 23:00:27 spacemonkey Exp $
@package Mambo
@copyright © 2000 - 2005 Miro International Pty Ltd
@license http://www.gnu.org/copyleft/gpl.html GNU/GPL
Mambo is Free Software
mod_rewrite in use
RewriteEngine On
Uncomment following line if your webserver’s URL
is not directly related to physical file paths.
Update YourMamboDirectory (just / for root)
RewriteBase /consult
Rules
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
Php_flag register_globals off
Order allow, deny
Allow from all