Php.ini

windows

Guest
Subject pretty much says it all <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/dry.gif" style="vertical-align:middle" emoid="<_<" border="0" alt="dry.gif" /> <br /><br />Thanks in advance,<br />Paul<!--content-->
Off the top of my head, I'd say no. There may be a way to do local modifications, like .htaccess does with specific directories for apache.<br /><br /><b>Update</b>: Looks like you can do it in .htaccess. Take a look at the PHP documentation here: <a href="http://www.php.net/manual/en/configuration.changes.php" target="_blank">http://www.php.net/manual/en/configuration.changes.php</a><!--content-->
LOL Rayners you be da' man! I've been in that manual all morning and missed that <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> <br /><br />Thanks again <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <br /><br />Later,<br />Paul<!--content-->
Okay Rayners, I've looked at the library I'm trying to install (phpLIB) and the php documentation and *think* I've figured out how to do this, now I'm just not sure <i>where</i> to do it. I think if I add the following lines of code to the .htaccess file in the public_html folder of my site it <i>should</i> work. What do you think? Any comments would be appreciated <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <br /><br />Thanks,<br />Paul<br /><br /><IfModule mod_php4.c><br /> php_value include_path ".:/usr/local/lib/php:/home/xxxxxxxxx/lib/php/includes/phplib/"<br /> php_value auto_prepend_file "/home/xxxxxxxxx/lib/php/includes/phplib/prepend.php3"<br /></IfModule><!--content-->
Looks good to me. I personally have never played with this, but it doesn't look wrong. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" /><!--content-->
LOL oh well as lianna mentioned in my previous question .. worst case the wonderfolks at totalchoice can always reset my entire site if I mess up too bad <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/ohmy.gif" style="vertical-align:middle" emoid=":o" border="0" alt="ohmy.gif" /> <br /><br />Thanks,<br />Paul<!--content-->
ROFLMAO <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" /> well just as a side note, it's probably best NOT to add an auto prepend file to your configuration prior to uploading the damn thing! hehehehehe I'm sure glad I'm playing in a "work" directory!<br /><br />Later,<br />Paul<!--content-->
 
Back
Top