stef77dd/smartMVC/master/framework/res/.htaccess - Htaccess File

stef77dd/smartMVC/master/framework/res/.htaccess

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^cache/productimages/gallery/(.*).png$ /res2/gallery.php?id=$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^cache/productimages/(.*)/(.*).jpg$ /res2/products.php?size=$1&id=$2 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^cache/productimages/(.*).jpg$ /res2/products.php?id=$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^cache/branchenlogos/(.*)/(.*).png$ /res2/branchenlogo.php?size=$1&id=$2 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^cache/branchenpictures/(.*).png$ /res2/branchenpicture.php?id=$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^cache/ownproductimages/(.*)/(.*)$ /res2/ownproductimage.php?size=$1&image=$2 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache