Irish SEO,  Marketing & Webmaster Discussion
 

 

Go Back   Irish SEO, Marketing & Webmaster Discussion > Webmaster Help > Server / Technical Administration Tips and Queries


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 27-09-2007, 06:02 PM
kjt kjt is offline
Wannabe Geek
 
Join Date: Nov 2006
Posts: 107
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!
__________________
Web Design Ireland
Reply With Quote
  #2 (permalink)  
Old 27-09-2007, 06:05 PM
Forbairt's Avatar
respect my AW-THOR-IT-AYY
 
Join Date: Jun 2007
Location: My Office, Dublin
Posts: 1,671
Forbairt has a reputation beyond reputeForbairt has a reputation beyond reputeForbairt has a reputation beyond reputeForbairt has a reputation beyond reputeForbairt has a reputation beyond reputeForbairt has a reputation beyond reputeForbairt has a reputation beyond reputeForbairt has a reputation beyond reputeForbairt has a reputation beyond reputeForbairt has a reputation beyond reputeForbairt has a reputation beyond repute
Send a message via AIM to Forbairt Send a message via MSN to Forbairt Send a message via Yahoo to Forbairt Send a message via Skype™ to Forbairt
Default

Edit: ... nevermind ... misread

Last edited by Forbairt; 27-09-2007 at 06:24 PM.
Reply With Quote
  #3 (permalink)  
Old 27-09-2007, 06:07 PM
georgiecasey's Avatar
Member
Recent Blog: Irish torrents site
 
Join Date: Jul 2006
Location: Galway / Ennis
Posts: 277
georgiecasey will become famous soon enough
Send a message via ICQ to georgiecasey
Default

just reverse the regex from the first example, no

Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^www.domain.com [nc]
rewriterule ^(.*)$ http://domain.com/$1 [r=301,nc]
__________________

My Blog
Reply With Quote
  #4 (permalink)  
Old 27-09-2007, 06:09 PM
Forbairt's Avatar
respect my AW-THOR-IT-AYY
 
Join Date: Jun 2007
Location: My Office, Dublin
Posts: 1,671
Forbairt has a reputation beyond reputeForbairt has a reputation beyond reputeForbairt has a reputation beyond reputeForbairt has a reputation beyond reputeForbairt has a reputation beyond reputeForbairt has a reputation beyond reputeForbairt has a reputation beyond reputeForbairt has a reputation beyond reputeForbairt has a reputation beyond reputeForbairt has a reputation beyond reputeForbairt has a reputation beyond repute
Send a message via AIM to Forbairt Send a message via MSN to Forbairt Send a message via Yahoo to Forbairt Send a message via Skype™ to Forbairt
Default

Code:
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]
so you'll want the opposite
Code:
 
rewritecond %{http_host} ^www.domain.com [nc]
rewriterule ^(.*)$ http://domain.com/$1 [r=301,nc]
edit: beaten to it
Reply With Quote
  #5 (permalink)  
Old 27-09-2007, 06:23 PM
kjt kjt is offline
Wannabe Geek
 
Join Date: Nov 2006
Posts: 107
kjt will become famous soon enough
Default

Ugh I'm pretty sure I tried that out .


Thanks for the help lads,
Appreciate it!!
__________________
Web Design Ireland
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Just a random question, Joseph Grogan Off topic discussion 16 17-11-2007 09:28 PM
Question Regarding Duplicate Content Mirrored Sites and multiple TLD's Drang3d Search Engine Optimisation 4 31-03-2007 11:29 PM
Wordpress .htaccess file for no-www and mod-rewrite() Cormac Blogs & Blogging 9 20-03-2007 08:31 AM
Bandwidth question JamesA Webmaster Discussion 4 28-01-2007 09:56 AM
.htaccess query Cormac Server / Technical Administration Tips and Queries 4 20-10-2006 09:54 AM


All times are GMT +1. The time now is 01:18 PM.


Powered by: vBulletin Version 3.7.2, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.

Search Engine Friendly URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56