Server Administration
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesServer Administration

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!
  #1  
Old January 9th, 2008, 08:02 AM
paulflaherty paulflaherty is offline
Registered User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Jan 2008
Posts: 1 paulflaherty User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 9 m 31 sec
Reputation Power: 0
Can anyone help me with a mod url rewrite?

Dear Guys

Hopefully I have posted this in the correct section. I am trying to put together a mod url rewrite which will re-direct the user to different locations depending on the domain name .co.uk or .com

domain co.uk re-directs to one location

domain com re-directs to another location

If anyone can give me any tips, I would be really grateful.

Paul

Reply With Quote
  #2  
Old January 10th, 2008, 07:10 AM
honcho's Avatar
honcho honcho is offline
Contributing User
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Cape Cod
Posts: 1,347 honcho User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 52 m 2 sec
Reputation Power: 3
You'll need to use a RewriteCond statement before your RewriteRule statement for this. Something like:
Code:
RewriteCond %{HTTP_HOST} \.co\.uk$
RewriteRule ^(.*)$ /co-uk-location

That RewriteCond statement means: if the host match ends in .co.uk, apply the rewrite rule.

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesServer Administration > Can anyone help me with a mod url rewrite?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway