Hi! I was wondering if RedirectMatch did any stripping of the URL when in a 
Directory context?

According to the documentation, a Rewrite rule does have the URL stripped so 
that it starts with the directory, but the documentation doesn't say whether or 
not this also happens for RedirectMatch.

I ask because I would like to anchor the front of my regex if possible, but I 
don't know exactly what the prefix above my directory is going to be. Tests 
seem to indicate that the prefix isn't stripped, but I wanted to check and see 
if there was something I was missing.

example:

        RedirectMatch ^/foo/([a-z-]+)$ http://www.example.com/$1


Thanks,
Ricky


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


---------------------------------------------------------------------
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