non-www to www
-
The non-www version https://www.8ballcamperconversions.co.uk doesn’t resolve. I have the .htaccess file (see below) setup in the same way as previous WP sites. Can someone help?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘non-www to www’ is closed to new replies.