impworks/quickpix/master/.htaccess - Htaccess File

impworks/quickpix/master/.htaccess

AddDefaultCharset UTF-8
Options -Indexes

AddType image/jpeg .s
AddType image/jpeg .m

RewriteEngine On
RewriteBase /

RewriteRule ^(.*?)(.(dirs|files))$ index.php?$1

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)(?<!.jpg)$ index.php?$1

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache