Re: [us...@httpd] URL Rewrite goes into infinite loop

2010-02-19 Thread Krist van Besien
On Tue, Feb 16, 2010 at 4:41 PM, su2 wrote: > I have a feeling that my URL request is getting into infinite loop somehow. > But not sure how and where. > > I would appreciate the help. You have to look in your logfiles. What do you see in your access log, and what in your rewrite log? If you don

[us...@httpd] URL Rewrite goes into infinite loop

2010-02-16 Thread su2
Hi, I have following rule RewriteMap urlspm txt:/usr/local/etc/manual_redirects.txt RewriteCond ${urlspm:%{REQUEST_URI}} ^(/.*)$ RewriteRule ^.*$ %1 [P,L] and in manual_redir