[Typo3] domain redirection to subfolders

Kraft Bernhard kraftb at gmx.net
Mon Jun 20 10:02:02 CEST 2005


Christoph Koehler wrote:
> Hey all,
> 
> I read the getting started manual part about multiple domain, and it says:
> 
> Configure your web server to direct all requests for the three domains 
> to  the directory with the TYPO3-website (.../quickstart/) - now a visit 
> to  any of the three domains will end on the "FC Bigfeet" main site.
> 
> How would I do that? With php, or mod_rewrite or redirect?

In your apache httpd.conf:

<VirtualHost *>
	ServerName www.standarname.com
	ServerAlias www.newname.com www.newname2.com www.newname3.com
	...
</VirtualHost>

and reload (or restart if you like) your apache ...


greets,
Bernhard
-- 
Kraft Bernhard
MOKKA Medienagentur <http://www.mokka.at>
T: +43 - 1 - 895 33 33 - 50



More information about the TYPO3-english mailing list