I have the Yahoo Web Hosting Starter account. I need register_globals set to ON. Is this how it%26#039;s set? Thanks!
Is register_globals turned ON in starter Yahoo Web Hosting account?
We turn off register_globals on our servers, as to have this enabled globally is a security risk.
You can turn it on for your individual web sites by entering the following into a .htaccess file:
php_flag register_globals on
The .htaccess file should be in your public_html folder.
Some of our servers are running PHPSUEXEC, this means PHP executes as the %26quot;real user%26quot;. This enables us to track spam and exploited sites with greater efficiency. It does not affect site usage, but it does mean to enable register_globals you need to do something different. Remove any references to register_globals in your .htaccess files and create a file called php.ini in this file put the following:
register_globals = On
Vera Chandler
For all your Domain and Web Hosting solutions: http://www.domain-name-register-store.co...
No comments:
Post a Comment