Current time: 09-29-2024, 08:28 PM Hello There, Guest! (LoginRegister)


Post Reply 
Domain weiterleitung von subdomain auf eine andere adesse ?
Author Message
FISA4 Offline
Member
***

Posts: 668
Joined: Feb 2008
Reputation: 15
Post: #3
RE: Domain weiterleitung von subdomain auf eine andere adesse ?
(03-17-2009 05:27 PM)BeNe Wrote:  Wenn es keine andere möglichkeit gibt würde ich eine einfache HTML Weiterleitung in den Webroot ablegen.

Greez BeNe

PHP:
Code:
<?php
header( 'Location: http://www.zieldomain.de' ) ;
?>

.htaccess:
Code:
Redirect  permanent  /index.html  http://www.zieldomain.de/

html mit 3 Sekunden Wartezeit:
Code:
<meta http-equiv="refresh" content="3; URL=http://www.zieldomain.de">

Perl und JavaScript gibts auch aber da kenn ich den Syntax nicht.Wink


Gruß

FISA4
03-17-2009 11:21 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Domain weiterleitung von subdomain auf eine andere adesse ? - FISA4 - 03-17-2009 11:21 PM

Forum Jump:


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