steampilot/guestbook/master/.htaccess
<Ifmodule mod_rewrite.c>
#Options +FollowSymlinks
RewriteEngine On
# Security rules
RewriteRule ^(composer.|LICENSE|README.|.) - [L,R=404]
# Do nothing for already existing files, folders and symbolic links
#RewriteCond %{REQUEST_FILENAME} -f [OR]
#RewriteCond %{REQUEST_FILENAME} -d [OR]
#RewriteCond %{REQUEST_FILENAME} -s
#RewriteRule .+ - [L]
# Redirect to Front controller
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
</Ifmodule>
On Github License
Files