Changing Php Settings

liunx

Guest
I'm using Joomla and it's telling me that for security reasons I need to change the settings in PHP.INI from ON to OFF. Is this something I can do or do I need to contact support?<br /><br />Thanks.<br /><br />George<!--content-->
The answer you seek can be found in <a href="http://www.totalchoicehosting.com/forums/index.php?s=&showtopic=29261&view=findpost&p=189059" target="_blank">Thomas' post</a>.<br /><br />You can also turn off globals by adding the following to your .htaccess file.<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->php_flag register_globals off<!--c2--></div><!--ec2--><!--content-->
Many thanks. The thread you referred to was also talking about RG_EMULATION and it was hard to determine exactly what was being suggested for which problem.<br /><br />This sure beats the alternate suggestion posted in the Joomla forum: a separate PHP.INI in every directory to override the default.<br /><br /><br />George<br /><br /><br /><!--quoteo(post=189683:date=Sep 8 2006, 01:36 PM:name=TCH-Bruce)--><div class='quotetop'>QUOTE(TCH-Bruce @ Sep 8 2006, 01:36 PM) <a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=189683"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><div class='quotemain'><!--quotec-->The answer you seek can be found in <a href="http://www.totalchoicehosting.com/forums/index.php?s=&showtopic=29261&view=findpost&p=189059" target="_blank">Thomas' post</a>.<br /><br />You can also turn off globals by adding the following to your .htaccess file.<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->php_flag register_globals off<!--c2--></div><!--ec2--><!--QuoteEnd--></div><!--QuoteEEnd--><!--content-->
 
Back
Top