PDA

View Full Version : RewriteRule regression in 3.3.9 -> 3.3.10


Gerry
04-23-2008, 05:56 AM
Hello,

We are experiencing a problem with the update to 3.3.10.

The RewriteRule in use is the following:


RewriteEngine On
RewriteRule ^(index.html)*$ - [L]

RewriteCond %{REQUEST_URI} !^.*(admin).*$ [nc]

RewriteCond %{REQUEST_URI} !^.*(uploaddata).*$ [nc]

RewriteRule ^([a-z]+)?/?([A-Za-z0-9-]+)?/?([^./]+)?/?([A-Za-z0-9-]+)?/?([A-Za-z0-9-]+)?/?$ index.php?lng=$1&page=$2&subpage=$3&id=$4&id2=$5 [nc]

RewriteRule ^/img/(.*)\.(jpg|gif|other_pic_format)$ /$1.$2


http://domain.tld/subdir used to work, does not anymore
http://domain.tld/subdir/ still works

We are back on 3.3.9 for the moment.

Kind regards,

Gerry

mistwang
04-23-2008, 06:30 PM
Please download and try 3.3.11 release package by change the version number in the download link.

mistwang
04-23-2008, 06:31 PM
Linux packages only though.

Gerry
05-07-2008, 08:00 AM
I have upgraded our webserver to 3.3.11 today, but the problem still exists.
The problem seems to be the same one as described in http://www.litespeedtech.com/support/forum/showthread.php?t=2014

mistwang
05-07-2008, 05:36 PM
OK, please download and try 3.3.12 release package, just change the version number in the download link.