Redirect www to non-www htaccess
Using www in web addresses is definitely a thing of the past, and if you want everything starting with www to be redirected to non-www you can use the following snippet in your .htaccess file: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}