Current time: 05-28-2024, 03:34 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Nicht vorhandene Subdomain auf Hauptdomain leiten
Author Message
doh Offline
Newbie
*

Posts: 5
Joined: Feb 2008
Reputation: 0
Post: #2
RE: Nicht vorhandene Subdomain auf Hauptdomain leiten
k.A. vielleicht verstehe ich deine Frage auch falsch, aber handwerklich ist das über ein .htaccess möglich:

Code:
RewriteEngine on
Options +FollowSymlinks
RewriteBase /
RewriteCond %{HTTP_HOST} ^example.org$ [NC]
RewriteRule ^(.*) http://www.example.org/$1 [L,R=301]
01-18-2011 12:21 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Nicht vorhandene Subdomain auf Hauptdomain leiten - doh - 01-18-2011 12:21 AM

Forum Jump:


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