Phil Glatz wrote:

> I'm using Analog 4.11 on Free BSD -- the Apache log contains requests 
> to  "GET index.html", which i'd like to display as /index.html
> 
> I fixed the requests report with:
> REQOUTPUTALIAS REGEXP:^(index.html) "/$1"
> 
> But the directory report is still showing requests to "[no directory]" 
> for  these files
> 
> I tried the following:
> FILEALIAS ^/$ /index.html
> DIROUTPUTALIAS REGEXP:^()$ "/"
> 
> but that just isn't getting it - any suggestions?

1] I think your apache uis broken. It might be a good idea to look for 
an update.

2] Try

FILEALIAS REGEXP:^(index.html) "/$1"


-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
------------------------------------------------------------------------

Reply via email to