|
|
#1 | ||
|
Senior Member
|
Just noticed that you havn't got a .htaccess file for web forwarding.
http://graphicdesignforums.co.uk and http://www.graphicdesignforums.co.uk are classed as two different sites. |
||
|
|
|
|
|
#3 | ||
|
Senior Member
|
When google crawls sites it will look at http://graphicdesignforums.co.uk and http://www.graphicdesignforums.co.uk as two different websites and you can get marked down for it.
Make a text file and save it as .htaccess with this inside it: Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.graphicdesignforums\.co\.uk [nc]
RewriteRule ^(.*)$ http://www.graphicdesignforums.co.uk/$1 [R=301,L]
|
||
|
|
|
| The Following 2 Users Say Thank You to Timmo For This Useful Post: | Boss Hog (03-10-2009), Pixels Ink (03-10-2009) |
![]() |
| Thread Tools | |
| Display Modes | |
|
|