Ok, so i tried that (the statement as below, but with my linked from directory. The result is the same : no dice.
To be perfectly clear : I have this : /srv/www/htdocs/sottovento where sottovento is the root directory for my virtual domain and is a link to /srv/www/htdocs/la-france/gite Where "gite" is a directory with all my php files (and of course index.php) All directories are 777, all files in gite are world readable. Steven Le mercredi 29 juillet 2009 à 07:21 -0400, Eric Covener a écrit : > On Wed, Jul 29, 2009 at 7:14 AM, Steven Lobbezoo<ste...@tout-bien.com> wrote: > > I don't understand the question. > > I have this in my httpd.conf file : > > > > <Directory /srv/www/htdocs/la-france/gite> > > AllowOverride all > > Order allow,deny > > Allow from all > > </Directory> > > > > Which is the directory i am linking to. > > The directory you link from is the important one. See Options FollowSymlinks: > > http://httpd.apache.org/docs/2.2/mod/core.html#options > >