Ian Marchak babbled on about:
> This is probably a simple one, but I've missed it thus far.
>
> How does one/what control access to directories with or without a '/'
> after them?
>
> For example...on a freshly installed 1.3.22 the manual pages are found
> under http://hostname/manual/ and the trailing slash is
> necessary...but this isn't always, or hasn't always been the case in
> the past.  For example, 'http://hostname' works w/ or w/out the
> slash.  It's a niggly thing and really not of huge importance, but I'd
> like to understand this.
>
> What declaration/dirctive defines this behavior?

Alias directive controls this.
If you have:

Alias /icons "/opt/apache/icons/"

then http://localhost/icons will work, but if you have:

Alias /icons/ "opt/apache/icons/"

then http://localhost/icons/ will be needed
-- 
Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
Admin: http://linux.nf  Admin: http://hunley.homeip.net

Unix is an operating system, OS/2 is half an operating system, Windows
is a shell, and DOS is a boot partition virus.
-- Peter H. Coffin
_______________________________________________
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Reply via email to