>From the official documentation:
http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewriterule
Context: 
<http://httpd.apache.org/docs/2.2/mod/directive-dict.html#Context>server
config, virtual host, directory, .htaccess
...
Although rewrite rules are syntactically permitted in
<Location><http://httpd.apache.org/docs/2.2/mod/core.html#location>and
<Files> <http://httpd.apache.org/docs/2.2/mod/core.html#files> sections,
this should never be necessary and is unsupported.

I think you should't use it inside a location

Michele Masè

On Fri, Apr 1, 2011 at 8: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.
>
> Thanks!
>
> ---------------------------------------------------------------------
> 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