What to do with multiple domain names pointing to the same domain name

Source: Internet
Author: User
Tags net time
About multiple domains pointing to the same domain name
Similar input kaixin.com auto jump to Renren.com
Options +followsymlinks
Rewriteengine on
Rewritecond $!^ (index\.php|images|style|js|system| Scripts|img|php|robots\.txt)
Rewritecond%{http_host} ^example.com$ [NC]
Rewriterule ^ (. *) $ http://www.123.com/$1 [r=301,l]
Rewritecond%{http_host} ^example.net [NC]
Rewriterule ^ (. *) $ http://www.123.com/$1 [r=301,l]
Rewriterule ^ (. *) $ index.php/$1 [L]

Above this code want to input example.com and example.net time automatically jump to 123.com, ask what is the problem? The CI framework is used

------Solution--------------------
Master quick to answer, I also want to know.
------Solution--------------------
You're looking for a domain name supplier to map it to you.

Don't be behind closed doors!
------Solution--------------------
There's a lot of code I can't read.
Can you solve that?

------Solution--------------------
301 Jump.
  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.