PDA

View Full Version : Rewrite Issue with new LSWS


clarocque
07-10-2008, 01:42 PM
Any one have any idea why this will work on 3.1 but will not work on 3.3.15.

I get 500 error. I think I have the settings the same (as far as I can see).

RewriteEngine On
RewriteBase /
RewriteRule ^(.*)$ %{HTTP_HOST}/$1 [C]
RewriteRule ^(www|dev)?(\.)?(.*)\.(com|org)/(.*)$ $5 [E=SUBDOMAIN:$1,E=IDENTIFIER:$3,E=TLD:$4]


The error in the log:

2008-07-10 16:36:10.648 ERROR [192.168.1.1:3712-1#local] Maximum number of redirect reached.

Chris

clarocque
07-10-2008, 01:49 PM
Sorry issue was not LSWS - can delete this post.
Chris