On Sun, Mar 18, 2012 at 5:56 PM, Nala Gnirut <[email protected]> wrote:
> After adapting to my folder structure it should look like
>
> RewriteCond %{HTTP_HOST} ^(.*)\.(.*)\.(.*)$
> RewriteRule ^/(.*) /%1/$1 [P]
>
> Unfortunately neither your original suggestion nor my version seem to cause
> any redirection.

The P flag is explicitly used to proxy. If you want to redirect,
substitute a full URL and use the R flag instead.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to