hettoo/pw/master/.htaccess - Htaccess File

hettoo/pw/master/.htaccess

<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/css text/plain text/xml application/javascript
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond $1#%{REQUEST_URI} ([^#]*)#(.*)1$
RewriteCond %1 !^index.php$
RewriteCond %1 !^r/
RewriteCond %{REQUEST_URI} !#
RewriteRule ^(.*)$ %2index.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
DEFLATE, REQUEST_URI

Comments

Apache