Re: [PHP] php and sym links

2002-02-01 Thread Jim Lucas [php]

nope, should work.
what, if any, error messages are you getting?

Jim Lucas
- Original Message -
From: "swade" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 01, 2002 12:20 PM
Subject: [PHP] php and sym links


>
> 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]
>
>


-- 
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]




[PHP] php and sym links

2002-02-01 Thread swade


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]