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.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

.htaccess - Fun with it !

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...

Cant Access my site?

We receive lots of queries from our client saying that why i'm not being able to access my site....

Do you provide AwStats?

Yes, we provide AWSTATS most of the servers of TechPlusHost.com and it is updated automatically...

How to add site on Cloudflare? - Prevent DDoS and SpamBot attack

Signing up for CloudFlare is incredibly easy and takes less than 5 minutes. This article outlines...