Recent content by format

  1. F

    Some of the rules .htaccess does not work

    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\...
Top