chrisshayan/japanworks/master/tmp/.htaccess - Htaccess File

chrisshayan/japanworks/master/tmp/.htaccess

DirectoryIndex index.php
<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /

RewriteCond %{REQUEST_URI} ..+$
RewriteCond %{REQUEST_URI} !.html$
RewriteRule .* - [L]

RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>

#ErrorDocument 404 /customerror/404.html
#ErrorDocument 500 /customerror/500.html

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache