How to register globals in .htaccess

Basically, make a .htaccess file in the base directory of your web content or in the directory of the PHP content you wish to permit or forbid PHP Registers Globals.

This is an incredible approach to troubleshoot certain contents without affecting the entire site.

php_flag register_globals on

or

php_flag register_globals off

  • register global, register global in .htaccess file
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How can i change the timestamp in Horde,Roundcube,SquirrelMail?

This article describes how to change default time zone.Changing the time zoneOf course, webmail...

How to delete cron job in advanced mode?

OverviewAt the point when a cron job is never again required, you ought to erase it so the charge...

How to fix hostname error in cPanel?

How to fix hostname error in cPanelThe following article shows how to settle a hostname mistake...

How to restart services in cPanel?

How to restart services in cPanelThe following article states how to restart services in cPanel....

How to access .htaccess Apache file?

.htaccess access guide.htaccess is an extraordinary Apache file that advises your site how to...