Sergiodefenders Posted June 22, 2010 Share Posted June 22, 2010 Hi Guys, can you help & tell me how I can activate PHP option (global register) in the process of intslation. I attached a screenshot picture.thanks. Link to comment Share on other sites More sharing options...
rocky Posted June 23, 2010 Share Posted June 23, 2010 Add the following to your .htaccess file: php_value register_globals off Link to comment Share on other sites More sharing options...
Sergiodefenders Posted June 23, 2010 Author Share Posted June 23, 2010 Thanks Rocky, where is that file? I check the root of Prestashop but I can´t find it.Thanks again. Link to comment Share on other sites More sharing options...
rocky Posted June 23, 2010 Share Posted June 23, 2010 Create a blank .htaccess file with chmod 666 permissions in the root directory, then go to the Preferences tab and change "Friendly URL" to "Yes", then go to Tools > Generators > Generate .htaccess file, then add the line above to the .htaccess file. Link to comment Share on other sites More sharing options...
muhammadali Posted April 22, 2011 Share Posted April 22, 2011 hey what does the php global option do is it necessary to set it off ... Link to comment Share on other sites More sharing options...
rocky Posted April 22, 2011 Share Posted April 22, 2011 The register global option automatically converts query strings into global variables. It is recommended that you turn it off, since that is more secure. Link to comment Share on other sites More sharing options...
Recommended Posts