hi, 
Is there something about php that would prevent me from doing the following setup

/var/www/base/index.php
/var/www/site1/index.php is sym link to /var/www/base/index.php
/var/www/site2/index.php is sym link to /var/www/base/index.php
/var/www/site3/index.php is sym link to /var/www/base/index.php
and so on...

and the script gets its configs from a config file by using its current directory as a 
key?

Just curious if this would work or it breaks =)

thanks,
shawn



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to