[TYPO3] Multiple domains with one Typo3?

Ronald Wiplinger ronald at elmit.com
Thu Apr 17 05:45:03 CEST 2008


I am still not clear how to do multiple domains with one Typo3 installation.

I have used for    example.com        a directory tree:

/srv/www/vhosts/example.com/htdocs   = dummy-4.1.6
/srv/www/vhosts/example.com/typo3_src-4.16

and apache's vhost.conf:
<VirtualHost *:80>
    ServerAdmin me at example.com
     VirtualDocumentRoot /srv/www/vhosts/%0/htdocs
    ErrorLog /var/log/apache2/virtual_error_log
    CustomLog /var/log/virtual_access_log vhost_combined
    HostnameLookups On
    UseCanonicalName Off
    ServerSignature On


    VirtualScriptAlias "/srv/www/vhosts/%0/cgi-bin/"

    <Directory "/srv/www/vhosts/%0/cgi-bin">
        AllowOverride None
        Options +ExecCGI -Includes
        Order allow,deny
        Allow from all
    </Directory>


    <IfModule mod_userdir.c>
        UserDir public_html
        Include /etc/apache2/mod_userdir.conf
    </IfModule>


    <Directory />   
        Options Indexes FollowSymLinks
        AllowOverride AuthConfig
        Order allow,deny
        Allow from all
    </Directory>

</VirtualHost>





How can I add now    newexample.com      which would be in the directory
/srv/www/vhosts/newexample.com

???



Thanks for helping.

bye

R.


More information about the TYPO3-english mailing list