View Single Post

  #1 (permalink)  
Old 27-09-2007, 06:02 PM
kjt kjt is offline
Wannabe Geek
 
Join Date: Nov 2006
Posts: 109
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
kjt will become famous soon enough
Smile .htaccess question

Howdy folks,
This might be a stupid question but I trying to figure out how to do a 301 redirect on the whole domain from http://www.thisisafakedomain.ie to http://thisisafakedomain.ie

Does anybody know how to do this? I've found the code for the opposite way:

Code:
 Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]
Thanks in advance!
Reply With Quote