Actually  I think you should substitute the ^ with a dot.  (anything)
Because you don't need to match anything special apart from what you already have catched inside %1%.

RewriteRule . http://%1%{REQUEST_URI} [R=301,L]

/paolo

Den 19-06-2013 12:37, Martijn de Dood skrev:
Sorry.
Did not hit reply but started a new message.



------------------------------------------------------------------------
From: mded...@hotmail.com
To: pound@apsis.ch
Date: Wed, 19 Jun 2013 12:33:14 +0200
Subject: [Pound Mailing List] Too many redirects

Thanks for all the answers.

Removing the space between ^ and http stops the loop but it also doesn't rewrite anymore.
It also occurs when doing in PHP a location / redirect 301.

RewriteLocation:
This was the solution.
When setting rewritelocation to 0 the redirects are working.

Tnx!


Reply via email to