Zen Cart - Knowledge Base Archives - Hivelocity Hosting https://www.hivelocity.net/kb/tag/zen-cart/ Dedicated Servers, Private Cloud & Colocation Thu, 07 Dec 2023 14:31:01 +0000 en-US hourly 1 https://wordpress.org/?v=6.6 Turning off register globals through .htaccess file https://www.hivelocity.net/kb/turning-off-register-globals-through-htaccess-file/ https://www.hivelocity.net/kb/turning-off-register-globals-through-htaccess-file/#respond Sun, 14 Nov 2010 05:25:49 +0000 https://kb.hivelocity.net/?p=1973 Turning off register globals through .htaccess file You have in my .htaccess file the line: If you want the register globals off for your OS Commerce or zen cart installation then place the .htaccess file under the folders like /zencart directory ie /shop /catalog etc. Code: # to turn off register_globals php_value register_globals 0 NOTE: …

Turning off register globals through .htaccess file Read More »

The post Turning off register globals through .htaccess file appeared first on Hivelocity Hosting.

]]>
Turning off register globals through .htaccess file

You have in my .htaccess file the line:

If you want the register globals off for your OS Commerce or zen cart installation then place the .htaccess file under the folders like /zencart directory ie /shop /catalog etc.

Code:

# to turn off register_globals
php_value register_globals 0

NOTE: If you are running from the root directory, you should check both in FTP and via your Control Panel that you do not already have an .htaccess file so that you do not overwrite an existing one.

The post Turning off register globals through .htaccess file appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/turning-off-register-globals-through-htaccess-file/feed/ 0