I cannot get rid of this warning:
[tt]
Configuration warning: ’register_globals is set to ON in your php.ini configuration file’
[/tt]
I spoke to our hosting support -- they said to create a [tt].htaccess[/tt] file in [tt]public_html[/tt]
I did that, and it didn’t help.
I also put one in [tt]public_html/v2[/tt] (which is the root for MODx site)
and in [tt]public_html/v2/manager[/tt]
and in [tt]public_html/v2/manager/includes[/tt]
I still get the warning.
HELP!
-
☆ A M B ☆
- 24,524 Posts
A .htaccess file in your web root will turn it off for the entire server. You don’t need to do it in any other directories.
php_flag register_globals off