[Typo3-dev] exclude one ext_tables from being cached

Olray Dragon olray-dragon at allanime.org
Tue Aug 9 12:31:05 CEST 2005


Stefan Beylen schrieb:

> the shop has to be "mandantenfähig" (sorry dont know the english word 
> for that but would appreciate if someone could tell me)

Multi-client capable
Multi-client capability

You can let apache redirect domains to a subdirectory of your private 
domain where you can host multiple TYPO3 installations. Like

client1.site.com -> www.site.com/?id=client1
clinet2.site.com -> www.site.com/?id=client2

You need: access to your DNS (to create A records,) access to httpd.conf

OR

www.site.com/client1/ -> www.site.com?id=client1

by using .htaccess files (if you don't have access to httpd.conf)

You need: FTP access to your site.

OR

create multiple TYPO3 instances using one source by using the *.tar.gz 
distribution and a simple chown -R this way you have plain

www.client1.com
www.client2.com

You need: TYPO3 out of the box.

Hope this helps.

Olray




More information about the TYPO3-dev mailing list