nishad/php-image-cache/master/.htaccess - Htaccess File

nishad/php-image-cache/master/.htaccess

RewriteEngine On

# Change the /images/ to your actual image location
RewriteCond %{REQUEST_URI} ^/images/
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteRule (.*) /images/cache.php?querystring=$1 [L]

On Github License

Files

Download PDF of Htaccess file
DOCUMENT_ROOT, REQUEST_URI

Comments

Apache