Page 1 of 1

www.site.com/folder should be www.site.com/folder/

Posted: Thu Aug 26, 2004 5:17 am
by mudkicker
hi people
i have a problem

if i type my url like this

htttp://localhost/web

it doesn't open my web folder. i absolutely type

htttp://localhost/web/

to open it. why is this causing?
thank you.

Posted: Thu Aug 26, 2004 5:20 am
by JayBird
Read the httpd.conf file in apache conf
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the URL. So "/icons" isn't aliased in this
# example, only "/icons/". If the fakename is slash-terminated, then the
# realname must also be slash terminated, and if the fakename omits the
# trailing slash, the realname must also omit it.

Posted: Thu Aug 26, 2004 3:43 pm
by mudkicker
thanx bech