C chrisblackwell Guest Mar 6, 2008 #1 How can I turn register_globals off on a site by site basis? I have tried putting it in a .htaccess file but it doesn't seem to be working.
How can I turn register_globals off on a site by site basis? I have tried putting it in a .htaccess file but it doesn't seem to be working.
S sanjsantoki Guest Mar 6, 2008 #2 In this case you have to copy php.ini file in the domain's root folder and make changes which you need.
In this case you have to copy php.ini file in the domain's root folder and make changes which you need.
C chrisblackwell Guest Mar 6, 2008 #3 So you mean put it in the httpdocs foler for the root folder like vhosts/domain.com/
S sanjsantoki Guest Mar 8, 2008 #4 Hi, Yes, Put php.ini file in the /httpdocs folder of the domain and made changes in that file which you would need. It will be work 100%.
Hi, Yes, Put php.ini file in the /httpdocs folder of the domain and made changes in that file which you would need. It will be work 100%.