Current time: 05-27-2024, 08:55 PM Hello There, Guest! (LoginRegister)


Thread Closed 
Redirect a subdomain to the main domain
Author Message
snoopy74 Offline
Newbie
*

Posts: 7
Joined: Sep 2009
Reputation: 0
Post: #3
RE: Redirect a subdomain to the main domain
Code:
RewriteEngine on
RewriteRule ^(.*)$ http://test1.com/$1 [P]
returns an Error 500.

btw: Wouldn't that way not disturb my URL / request host ?

Another form of my question:
Is it possible to use the sources from "www.test1.com" for all requests for "sub.test1.com" without visible changes in the URL ?

My customer installed WordPress and changed it for multi-domain-support (Doc from http://www.yourhelpcenter.de/2009/03/wor...tallation/). Now he did not want to install WP on all subdomains and support all those copies.
09-04-2009 01:14 AM
Find all posts by this user
Thread Closed 


Messages In This Thread
RE: Redirect a subdomain to the main domain - snoopy74 - 09-04-2009 01:14 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)