Blame | Last modification | View Log | RSS feed
ErrorDocument 403 /index.php
ErrorDocument 404 /index.php
# Redirect all non-www access to www
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
# No directory index
Options -Indexes