RewriteRule regression in 3.3.9 -> 3.3.10

Gerry

Active Member
#1
Hello,

We are experiencing a problem with the update to 3.3.10.

The RewriteRule in use is the following:

Code:
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
 
Last edited:
Top