hello everybody
ife a littel problem. i wanna start with drupal 6 with the multiple domain structure on an debian/apache enviroment
i know i should make a top domain
lets say /var/www/maindomain/
and put herethe drupal files and for subdomains i should use the sites directory like
/var/www/maindomain/sites/subsite
so here is my problem, this structure is only barley useable for me
i still have running many sites like
/var/www/....
here i have an suooprt, domain 1, domain 2 etc like
/var/www/support
/var/www/domain1
/var/www/domain2
and so on
problem ist changing them su an subdirectory is a bad thing for me. manythings on our server pointing directly to the subdirs.
also the hole vhost conf, sitestatisticsoutput (3 differnt analyze progs for some other users) and so on
so i really dont wanna change now the hole structure to use drupal
is it useable to put siple symbolic links to the /sites directory ?
lets say ife drupal in
/var/www/drupal (drupal.domain1.com)
and the other sites in
/var/www/www.domain1.com
/var/www/support.domain2.com
and simple make an simbolic link from /var/www/drupal/sites/symbollinkdomain1.com to
/var/www/www.domain1.com
and the vhost in apache also points to /var/www/www.domain1.com
isnt that a way to do it ?
second idea (additional to that one is)
install drupal in an secure admin aera like