chrisvoll/s3-photo-resizer/master/.htaccess - Htaccess File

chrisvoll/s3-photo-resizer/master/.htaccess

Options -MultiViews
RewriteEngine On
RewriteBase /resize/
RewriteRule ^([0-9x.-]+)?/(.*)?$ cache/$2/$1.cache

RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^cache/(.*)?/([0-9x.-]+)?.cache$ resize.php?query=$2&src=$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache