Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1093125
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T23:47:03+00:00 2026-05-16T23:47:03+00:00

How can I forward short-dom.com to long-domain.com ? I keep seeing examples like: RewriteCond

  • 0

How can I forward short-dom.com to long-domain.com ?

I keep seeing examples like:

RewriteCond %{HTTP_HOST} ^a\.com$ [NC]
RewriteRule ^(.*)$ http://www.a.com/$1 [L,R=301]

RewriteCond %{HTTP_HOST} ^b\.com$ [NC]
RewriteRule ^(.*)$ http://www.b.com/$1 [L,R=301]

But these don’t allow me to specify my short domain (all combinations of it – with or without www.)…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T23:47:04+00:00Added an answer on May 16, 2026 at 11:47 pm

    In the examples in your question, the place you specify the domain is on the line that says RewriteCond.

    For example, this condition

    RewriteCond %{HTTP_HOST} ^old\.example\.com$ [NC]
    

    will match if the host name in the http request (%{HTTP_HOST}) matches the regular expression that follows. Your examples will match “a.com” while mine will match “old.example.com”.

    The line that says RewriteRule will do the actual rewriting. In your example it will replace

    http://a.com/anything
    

    with

    http://www.a.com/anything
    

    by substituting the regular expression matched with a new URL.

    ^(.*)$ matches the entire request and $1 substitutes it in the new URL.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to figure out how I can iterate in reverse, and forward through
I'm starting the development of a web app with offline database storage requirements. Long
I had a JSP file with a c:redirect tag that would forward along a
Can someone tell me why my program is working weird. I am trying to
I'm doing my first web app (not new to programing) and I have a
I'm trying to do some unit testing on a project that unfortunately has high
I put a site together last year and used a MooTools object someone else
This is related to my another post multithreading issue with wx.TextCtrl (or underlying GTK+)
I am designing a scheduling system for many employees to work around the clock
As a returning newbie to C++, I'm trying to sort the #include methodology. I'm

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.