kashani <kashani-list <at> badapple.net> writes:

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

Hmmmm,

This is a web server for internal purposes only....
In this file
I have this:

DocumentRoot "/var/www/localhost/htdocs"
<Directory "/var/www/localhost/htdocs">
        Options Indexes FollowSymLinks
        AllowOverride All
        Order allow,deny
        Allow from all
</Directory>


So how do I get symlinks to work?

James

James





-- 
[EMAIL PROTECTED] mailing list

Reply via email to