Page 1 of 1

.htaccess question

Posted: Thu Jun 30, 2005 11:07 am
by karanzaveri
Hi all i am in urgent need of help, actually i have a site ready on my pc and it works fine with the .htaccess file in it but i dont know what should i wrte in the php_value include_path when i upload it on my server? tried some tweeks with it but nothing seems to be working let me give a sample of the script
php_value include_path
".:/home/sitename/public_html/;/home/sitename/public_html/library/;/home/sitename/public_html/include/;/home/sitename/public_html/poll/;

the same works fine when i load it on my pc with the following scrpts
php_value include_path ".;C:/wamp/www/foldername/;C:/wamp/www/foldername/library/;C:/wamp/www/foldername/include/;C:/wamp/www/foldername/poll/;
i just need to know what should i enter in place of c:/.
any help would be great as i am stuck,this i the first time i am working on a site server.
Thanx in advance.

Posted: Thu Jun 30, 2005 11:47 am
by timvw
windows uses ; linux uses : as separator.


i believe there is PATH_SEPARATOR constant...

.htaccess help for free bsd server

Posted: Fri Jul 01, 2005 8:59 am
by karanzaveri
Hey guys please help me wth my last post i am in urgent need of that...
Thanx in advance...