How can I enable register_globals for my account?

"register_globals" is a PHP Directive. This is no longer being used in the newer version of PHP and therefore has been deprecated. For more info about this directive, click here.

For security reasons, we have disabled "register_globals" at the server level. However, if your script still needs it, you can enable it yourself for your individual hosting account. To enable it, add the following line of code to file /public_html/.htaccess :

php_flag register_globals on

NOTE:
The above trick works ONLY with PHP-5 and does NOT work if you are using PHP-4. By default, all our servers run PHP-5.

  • 1 أعضاء وجدوا هذه المقالة مفيدة
هل كانت المقالة مفيدة ؟

مقالات مشابهة

What's the Hostname & Port for MySQL?

When configuring any of your scripts on the server, use the following connection info to connect...

Why do I get "Internal Server Error"?

When you are browsing a .html (or .php) file in your account, you may sometimes see an error page...

I am unable to browse my domain name, but can browsing my IP! What's wrong?

The ProblemWe have seen this problem rarely with some of our customers. They CAN browse their...

What happens if I go over the bandwidth limit for my hosting account?

If you exceed the bandwidth limit for your web hosting account, your account will be suspended...

Why am I unable to change my file permissions for Joomla components?

The ProblemThis is a known issue with Joomla. When you install any Joomla components thru...