I am using the gallery script piwigo on a domain hosted on a ISPC3 server (Apache2, Debian6) installed using Falko's How-To.
I am confronted with strange problems.
To enable SEO-friendly URLs in the gallery, I had to activate the following Apache directives:
Code:
AcceptPathInfo On
Options +MultiViews
But I get the following error in the error log:
Quote:
|
(13)Permission denied: cannot read directory for multi:
|
Does anyone know what could be the cause?
I suppose it has something to do with ISPC3 default settings for websites or with default access rights, but I'm not sure.