I'm about to start designing my .com site, and trying to eradicate an error that professional designers on here have given me a bit of advice- which is;
the webpages on my .co.uk site are competing against each other.
After configuring a ht.access file with this written in it:
I still can't see much changes and not really sure why the website home page appears with no extention + sign and my services page does? (pictured)
the webpages on my .co.uk site are competing against each other.
After configuring a ht.access file with this written in it:
Code:
Options +FollowSymLinks
Options -Indexes
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.preciseformwork\.co.uk [NC]
RewriteRule ^(.*) http://www.preciseformwork\.co.uk/$1 [L,R=301]