Click to See Complete Forum and Search --> : Apache - trailing / required?


Tiny
04-19-1999, 03:14 PM
I'm running Apache 1.3.6 on Linux 2.2.4 and cannot access web directories unless I put the trailing slash on the end of the URL. If I leave the slash off, my browser refuses to even contact the server. I can't find anything in the conf file about this. Help!

Tiny

vorsprung
04-21-1999, 06:21 AM
It could be a problem with the alias
directive

Alias /icons/ /usr/share/apache/icons/

aliases '/icons/' but not '/icons'

Look at the server documentation for more details