eriklotin/lotin.cms/master/web/.htaccess
php_value short_open_tag 1
php_value display_errors 1
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.(.*) [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
RewriteRule ^.git/(.*)$ / [R=403]
RewriteRule ^README.md$ / [R=403]
RewriteRule ^LICENSE$ / [R=403]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}index.php !-f
RewriteCond %{REQUEST_FILENAME}index.html !-f
RewriteRule ^(.*)$ index.php
On Github License
Files