James wrote:
I how have a simple php page working....
I'll figure out why the php pages are not working across a symlink.....

In you vhost config file you probably have something like this

<Directory "/var/www/www.badapple.net/htdocs">
        Options -Indexes FollowSymLinks MultiViews
        AllowOverride All
        Order allow,deny
        Allow from all
</Directory>

FollowSymLinks is probably off by default. This is a bit of a gotcha because rewrite rules don't work when it's turn off either.

kashani
--
[EMAIL PROTECTED] mailing list

Reply via email to