Micfo.com, LLC. - Official Forums  

Go Back   Micfo.com, LLC. - Official Forums > Knowledgebase & FAQ's > Billing Inquiries, FAQs and How To's

Billing Inquiries, FAQs and How To's Billing general guidelines and the most frequently asked questions. How to pay invoice? How to update credit card? and etc.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-25-2009, 06:31 PM
Micfo Newbie
 
Join Date: Mar 2009
Posts: 23
How to redirect to the correct domain name?

Many times, it happens that we spell the URL or web address wrong. Like for eg., it is observed that many times while typing google.com, we misspell it as googlr.com

Is it possible to redirect such misspelled domains to the correct one?

Yes, it is possible as far as the misspelled domain is not registered by someone else. How to do that?

It is pretty simple, just register the most misspelled domain and if you are hosted on Apache and use .htaccess, you can change the script using mod_rewrite to:-
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www\.)?mysit\.com
RewriteRule ^(.*) http://www.mysite.com/$1 [R=301,L]
And then you will be simply able to redirect from misspelled URL to the correct URL.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Blue Dot this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -8. The time now is 05:56 PM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 2002-2009 Micfo.com, LLC. - All Rights Reserved.