Register_Global ON?

Since register_globals is disabled on the servers for security purposes, some of your scripts and Fantastico installs might not work properly. However, you can enable it on your individual accounts through .htaccess

All you need to do is edit your .htaccess in the root folder of your account (or create one via the File Manager if none exist).

Place this line of code in it:

php_flag register_globals on

That?s it.

_____________________________________________________________
N.B. : "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.

  • 132 A felhasználók hasznosnak találták ezt
Hasznosnak találta ezt a választ?

Related Articles

How do I access the CPanel?

The best way to get to cpanel is http://Your-Domain.com/cpanel/or http://Your-Domain.com:2082/...

What is the CPanel?

The cPanel control panel is an end-user administration interface. From here you will be able to...

Can I upgrade/downgrade my hosting plan?

Yes, you can easily upgrade to one of our bigger plans or downgrade to small plan at any...

.htaccess Techniques

Introduction The Apache web server has a number of configuration options that are available to...

500 Internal Server Error

Internal Server Error help, 500 error Internal server errors can be caused by a few different...