>> You could use
>> AliasMatch ^/group/$ /var/www/html/log/path/to/group/overview.html
>> Alias /group/ /var/www/html/log/path/to/group/
>>
>
> The above config triggers the following warning:
>
> [warn] The Alias directive in /etc/httpd/conf.d/dept.conf at line 19 will
> probably never match because it overlaps an earlier AliasMatch.
>
> Also I noticed IE (6) and Firefox handle it differently.  IE 6 shows
> http://www.dept.some.edu/group fine.  But FF returns page not found.
> Hmmm.

After changing it to

AliasMatch ^/group/$ /var/www/html/long/path/to/group/overview.html
Alias /group /var/www/html/log/path/to/group

the warning is gone and http://www.dept.some.edu/group behaves fine in all
the browsers I have.

Bing

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to