View Single Post
04-20-2006, 09:25 AM
#1
Gareth_Boyd is offline Gareth_Boyd
Gareth_Boyd's Avatar
Status: Member
Join date: Mar 2006
Location:
Expertise:
Software:
 
Posts: 209
iTrader: 1 / 100%
 

Gareth_Boyd is on a distinguished road

  Old  .htaccess Needed For The Site!

Hi TalkFreeLance,

I have done some research on .htaccess's and i really think you need one. It means that when someone types http://talkfreelance.com it will change it to http://www.talkfreelance.com and when Google spiders TalkFreeLance it means Google doesn't think its two seperate sites which means you could get banned for having that, but when you put .htaccess in then you won't.

Heres what you do, make the file then put this in it:-

AddType 'text/html; charset=ISO-8859-1' html

Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^talkfreelance\.com [NC]
RewriteRule ^(.*)$ http://www.talkfreelance.com/$1 [L,R=301]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://www.talkfreelance.com/ [R=301,L]

Its a pleasure helping other sites