RE: [Pound Mailing List] Too many redirects

2013-06-19 Thread Martijn de Dood
I'll give it a try. But the htaccess comes from the CMS I use. Did not write it myself. But it works now. It was the rewritelocation. Martijn.

Re: [Pound Mailing List] Too many redirects

2013-06-19 Thread Paolo Nesti Poggi
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 r

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

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

[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 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.

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 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 "/var/log/apache/rew

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 th

[Pound Mailing List] Too many redirects

2013-06-19 Thread Martijn de Dood
I've setup pound on my Debian Squeeze server (pound package from the repository 2.5-1) with the following config: ## Minimal sample pound.cfg see pound(8) for details global options: User"www-data"Group