.htaccess question

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
karanzaveri
Forum Newbie
Posts: 3
Joined: Thu Jun 16, 2005 9:26 am
Location: india
Contact:

.htaccess question

Post 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.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

windows uses ; linux uses : as separator.


i believe there is PATH_SEPARATOR constant...
karanzaveri
Forum Newbie
Posts: 3
Joined: Thu Jun 16, 2005 9:26 am
Location: india
Contact:

.htaccess help for free bsd server

Post by karanzaveri »

Hey guys please help me wth my last post i am in urgent need of that...
Thanx in advance...
Post Reply