Hi,

> so there is no problem if the pages also have different webspaces and no
> direct access to the folders of the admin interface.
> 
> typo3 will link eg images that will be uploaded
> at page1 www.page1.com -> /var/www/page1/ (<img src="
> http://www.page1.com/image.gif";>)
> with a full link from page2 www.page2.com /var/www/page2/ to page1 (<img
> src="http://www.page1.com/image.gif";>)

No, you may have multiple "webspaces", that is domains page1.com and 
page2.com BUT you will have only one file structure on the file server:

/var/www/whatever/fileadmin

Under fileadmin, you certainly will create subdirectories for "page1" 
and "page2" and it will be up to you to define access rights to only 
show page1 and/or page2 subfolders. This is all possible with TYPO3 but 
you have to keep in mind that only 1 install of TYPO3 is needed and as 
such only 1 server directory for all of your webspaces will be used. But 
as already said, you may limit access to those subdirectories within TYPO3.

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en/tutorials/typo3.html
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to