KarboniteKream/nymphaea/master/.htaccess - Htaccess File

KarboniteKream/nymphaea/master/.htaccess

RewriteEngine On
# RewriteBase /

RewriteRule ^(tmp)/|.ini$ - [R=404]

RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L,QSA]
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache