On Apr 1, 2011, at 2:28 PM, Jose Legido <[email protected]> wrote:

Hello
I want to make a Rewrite into a Location directive, but looks at
filesystem, I want to redirect:

<Location /old >
RewriteRule  ^/old(.*) http://%{HTTP_HOST}//new  [PT]
</Location>

Outside of Location works.

Outside of location works because that's the right was to do it. It's worth thinking hard about *why* you need it in a location.

In a Location, the location (in this case, "/old") is stripped from the URI. It would do you a lot of good to enable the rewritelog and watch exactly what mod_rewrite thinks is happening.
---------------------------------------------------------------------
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