[Typo3] domain redirection to subfolders
Christoph Koehler
christoph.koehler at gmail.com
Mon Jun 20 15:25:58 CEST 2005
And if I wanted it to redirect to a subdirectory, I would do:
<VirtualHost *>
ServerName www.standarname.com/subdir/
ServerAlias www.newname.com www.newname2.com www.newname3.com
...
</VirtualHost>
Would this work?
And can I do this in a .htaccess as well, it's a shared account....
Thanks!
On Mon, 20 Jun 2005 03:02:02 -0500, Kraft Bernhard <kraftb at gmx.net> wrote:
>
> 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
More information about the TYPO3-english
mailing list