Jorgewra/siteMuonline/master/logs/.htaccess
Options +FollowSymLinks
RewriteEngine On
Options -MultiViews
Options All -Indexes
ErrorDocument 400 /index.html
ErrorDocument 403 /index.html
ErrorDocument 404 /index.html
ErrorDocument 500 /index.html
RewriteBase /
RewriteRule ^(.*)$ $1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?write=$1&%{QUERY_STRING} [L]
RewriteRule ^(.*).html $1.php [L]
On Github License
Files