Rules for on-the-fly image resizing for Simpla CMS do not work. Here is my code:
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^/files/products/(.+) resize/resize.php?file=$1&token=%{QUERY_STRING}
#RewriteCond %{THE_REQUEST} ^GET\ (.*)files/products/(.*)\?([A-z0-9]*)
#RewriteRule ^/files/products/(.+) resize/resize.php?file=%2&token=%3 [L,NE]
openlightspeed + cyberpanel, All others work fine. Can you help me?
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^/files/products/(.+) resize/resize.php?file=$1&token=%{QUERY_STRING}
#RewriteCond %{THE_REQUEST} ^GET\ (.*)files/products/(.*)\?([A-z0-9]*)
#RewriteRule ^/files/products/(.+) resize/resize.php?file=%2&token=%3 [L,NE]
openlightspeed + cyberpanel, All others work fine. Can you help me?