[SLE] An apache question ( please indulge me )
Hi all, I run Apache 1.3.12 on my Lan ( don't know what version my hosting company runs ) An URL such as http://www.schoolcircle.com/sports shows up on *their* servers .. but locally i have to add the trailing "/" to view the index page ..as in http://www.schoolcircle.com/sports/ ....... Can i 'fix' this somewhere in httpd.conf ? Regards Anurag -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Check your <Dirctory > tag in httpd.conf, if you have a trailing / after the directory name then it requires that trailing / to be there when you type in the address: <Directory "/home/httpd/htdocs"> --> Allows you to just type server.name.com , but: <Directory "/home/httpd/htdocs/"> --> Requires the server.name.com/ On Tue, 27 Jun 2000, anurag jalan wrote:
Hi all,
I run Apache 1.3.12 on my Lan ( don't know what version my hosting company runs ) An URL such as http://www.schoolcircle.com/sports shows up on *their* servers .. but locally i have to add the trailing "/" to view the index page ..as in http://www.schoolcircle.com/sports/ .......
Can i 'fix' this somewhere in httpd.conf ?
Regards
Anurag
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
######################## # Philip Jenkins # # pjenkins@uucom.com # # 703-464-3209 # # UUcom Inc. # # http://www.uucom.com # ######################## -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (2)
-
a_jalan@vsnl.com
-
pjenkins@uucom.com