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
Files
