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

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]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache