On Apr 1, 2011, at 2:28 PM, Jose Legido <j...@legido.com> 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: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to