Re: [Pound Mailing List] Current development status

2013-06-19 Thread Alan McGinlay
I haven't posted much to the list so far but have tried to help out once or twice when I know the answer to a question, and have had questions of my own.. all of which have been answered. I also started a Puppet module a while back which I am using in production, it has more added to it than

Re: [Pound Mailing List] Too many redirects

2013-06-19 Thread Alan McGinlay
Hmm, I'm not awesome at spotting that kind of issue (sounds like one of those things you stare at for hours before noticing something really obvious :) ) A good start would be to enable redirect logging in Apache as this will tell you exactly what is going on: RewriteLog

Re: [Pound Mailing List] Too many redirects

2013-06-19 Thread poundlist
my experience if redirects from backend dont work properly, is to tune with the RewriteLocation option. for example add RewriteLocation 2 to your listener... good luck and cheers.ivo On 06/19/2013 10:45 AM, Alan McGinlay wrote: Hmm, I'm not awesome at spotting that kind of issue (sounds like

Re: [Pound Mailing List] Too many redirects

2013-06-19 Thread Paolo Nesti Poggi
Have tried removing the space between ^ and http ? /paolo Den 19-06-2013 10:59, poundl...@toastbrot.ch skrev: RewriteRule ^ http://%1%{REQUEST_URI} [R=301,L] -- To unsubscribe send an email with subject unsubscribe to pound@apsis.ch. Please contact ro...@apsis.ch for questions.

[Pound Mailing List] Too many redirects

2013-06-19 Thread Martijn de Dood
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!

RE: [Pound Mailing List] Too many redirects

2013-06-19 Thread Martijn de Dood
Sorry.Did not hit reply but started a new message. 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

RE: [Pound Mailing List] Too many redirects

2013-06-19 Thread Martijn de Dood
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