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