1 2 3 4 5 6 7 8 9
# www -> no-www <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^ %{REQUEST_SCHEME}://%1%{REQUEST_URI} [R,L] </IfModule> # custom 404 page ErrorDocument 404 /404.html