stef77dd/smartMVC/master/public/res/.htaccess
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^cache/productimages/(.*)/(.*).jpg$ products.php?size=$1&id=$2 [L] RewriteRule ^cache/productimages/(.*).jpg$ products.php?id=$1 [L] RewriteRule ^cache/branchenlogos/(.*)/(.*).png$ branchenlogo.php?size=$1&id=$2 [L] #RewriteRule ^cache/branchenpictures/(.*).png$ branchenpicture.php?id=$1 [L]
Files
