yupswing/simonecingano.it/master/src/static/.htaccess
Options +FollowSymLinks
# ============================================================================ #
ErrorDocument 404 /404.html
# ============================================================================ #
RewriteEngine On
RewriteBase /
# ---------------------------------------------------------------------------- #
# REDIRECT TO PRIMARY HOST (I don't really like 'www')
RewriteCond %{HTTP_HOST} !^(simonecingano.it|localhost:8888)$ [NC]
RewriteRule ^.*$ http://simonecingano.it%{REQUEST_URI} [L,R=301]
# ============================================================================ #
On Github License
Files
Download PDF of Htaccess file