[Typo3] domain redirection to subfolders
Christoph Koehler
christoph.koehler at gmail.com
Mon Jun 20 16:11:57 CEST 2005
Thanks first of all!
The problem is that TYPO3 is in a subdirectory, so I would like to
redirect all requests to that subdirectory, in a way that TYPO3 knows that
one request comes from domain www.domain.com and others from
www.domaintwo.net.
I have looked into rewrite rules with apache, but no luck still.
Any ideas?
Christoph
On Mon, 20 Jun 2005 08:58:31 -0500, Kraft Bernhard <kraftb at gmx.net> wrote:
> Hallo,
>
> If you have the following in your httpd.conf:
>
> <VirtualHost *>
> ServerName www.standarname.com
> ServerAlias www.newname.com www.newname2.com www.newname3.com
> ...
> </VirtualHost>
>
> Then you will reach your standard-start page from
> www.standardname.com
> as well as from the tree
> www.newname.com
>
>
> Now just insert a "Domain" record with the appropriate domain entered on
> the page where you want the user to start
> when he uses this domain name ....
>
> so if you want your visitors to start at Home > Company > About when the
> visist www.newname.com then just place a
> domain record into the "About" page (using List-mode) and set
> www.newname.com as domain.
>
>
> greets,
> Bernhard
More information about the TYPO3-english
mailing list