Manage Multiple domains on the same TYPO3

Submitting your vote...
Not rated yet. Be the first who rates this item!
Click the rating bar to rate this item.

There are two ways to manage multiple domains in one Typo3 installation. The first method is to create a RewriteRule in your .htaccess which tells the webserver to redirect requests on a specific domain to a specific page id / website tree. You can do that by putting the follwing code in your .htaccess

 

RewriteEngine on

RewriteCond %{HTTP_HOST} ^(www\.)?testdomain\.it$ [NC]

RewriteRule ^$ www.maindomain.it/index.php [R=301,L]

RewriteRule ^[^/]*\.html$ /index.php

 

The second and much better way to handle multiple domains in one Typo3 installation is to use Typo3 Domain Records. You create your page trees the usual way. Afterwards you create a domain record on each subtree for each domain. This way can you tell Typo3 which subtree is called on which domain.

 

Requirement to get this working is that DNS and Webserver are configured correctly for your Domains.

 

More information can be found on:

Quickstart - Controlling multiple domains

Using subdomains with Typo3


Top 10 Updates

Using Transparent PNG's in IE5/6 without JavaScript geändert am  04-Oct-2008 12:27:15
Using lightbox without extension geändert am  13-Jun-2008 14:20:51
Custom field for GMENU alt text geändert am  13-Jun-2008 13:58:07
Extending typoscript properties with stdWrap geändert am  13-Jun-2008 13:54:32
Create menus using data from other tables than "pages" V2  geändert am  24-Mar-2008 13:02:09
Login geändert am  17-Mar-2008 12:47:52
Forum geändert am  17-Mar-2008 10:07:47
Who is Typo3wizard.com geändert am  26-Dec-2007 16:07:32
Menu as un-nested lists (iphone navigation) geändert am  29-Oct-2007 15:05:53
IF Conditions with AND and OR operators geändert am  16-Oct-2007 19:16:04
Deutsch
Search: