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 9168777
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T15:42:24+00:00 2026-06-17T15:42:24+00:00

I have a domain like: this.that.com (it can also be accessed from:) that.com/this What

  • 0

I have a domain like:
this.that.com
(it can also be accessed from:)
that.com/this

What I would like to do is make it so that the server transfers all requests from the two above url’s to:
this.com

I need it so if I type in this.that.com
it will auto transfer to this.com

thanks in advance.

  • 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-06-17T15:42:25+00:00Added an answer on June 17, 2026 at 3:42 pm

    To redirect all requests to this.com, match everything, which is not already this.com

    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^this\.com$
    RewriteRule .* http://this.com/$0 [R,L]
    

    If you want to redirect to the main page instead, leave out the URL path

    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^this\.com$
    RewriteRule .* http://this.com/ [R,L]
    

    If everything works as expected, you can switch to R=301 redirection.

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

Sidebar

Related Questions

I have a page, URI looks like this: http://domain.example.com/Profiles/Profile.aspx?username=blah#blahtab When that fragment (#blahtab) is
I have a class in my domain model root that looks like this: namespace
I have a list like this Dim emailList as new List(Of String) emailList.Add(one@domain.com) emailList.Add(two@domain.com)
Hi i have 3 Yii based systems, something like: sys1.domain.com sys2.domain.com sys3.domain.com now, this
We're using URLRewriter (http://urlrewriter.net), and would like to rewrite queries like this: domain.com/find/red-boots to
In Grails 1.3.7, I have a domain model like this: abstract class A {
I have stored images from the net like this Documents/imagecache/domain1/original/path/inURI/foo.png Documents/imagecache/domain2/original/path/inURI/bar.png Documents/imagecache/... Documents/imagecache/... Now
I have this scenario where I would like to redirect my domains using the
I have a url which has some get variables in it like: domain.com/recover?email=my@email.com&token=abc123 inside
We have a rewrite rule that looks like this: RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}

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.