I haven't used PSP, so I don't know, but there's a specific order in which Apache goes through rules for the URL. What does your PSP configuration look like? I imagine it's getting run before the AliasMatch, so the AliasMatch no longer matches by the time the URL gets to that step.
On Mon, 2002-08-26 at 18:34, Fionn Behrens wrote: > > Hi all, > > yet another little itching problem: > > Having an Alias or a rewrite rule in my system like: > > AliasMatch /folder_a/(.*) /www/folder_b/$1 > > directs any request for folder_a transparently to folder_b. This works for > everything EXCEPT psp. Imagine there is /www/folder_b/start.psp > Accessing it via http://myhost/folder_b/start.psp works, but trying to > access it via http://myhost/folder_a/start.psp fails with a 404 generated by > the AppServer. > Doing the same with a start.html file works out in both cases. What do I have > to do to make rewrites work with psp? > > Regards, > Fionn > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > Webware-discuss mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/webware-discuss ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
