barbushin/primage/master/examples/images/.htaccess - Htaccess File

barbushin/primage/master/examples/images/.htaccess

Options -Indexes

# CACHE FOR TWO HOURS

<ifModule header.c>
Header set Cache-Control "max-age=7200, must-revalidate"
</ifModule>

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule  ^/?([^?]+)?$  ../proxy.php [NC,QSA,L]

On Github License

Files

Download PDF of Htaccess file
CACHE, REQUEST_FILENAME

Comments

Apache