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.
www.site.com/folder should be www.site.com/folder/
Moderator: General Moderators
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.