I installed Gallery and created a new group. I need some photos to be public, but others only for certain members. When I create a new group and go to photo album permission settings it takes a long time to load. Finally, it gives me this error message:
Quote:
Oh no! Your server needs a configuration change in order for you to hide photos! Ask your server administrator to enable mod_rewrite and set AllowOverride FileInfo Options to fix this.
I have ensured that I have loaded the modules and when I run <?php phpinfo(); ?> in the same directly as Gallery 3 it tells me that the mod_rewrite is active.
In the <directory> second of httpd.con on the Linux server I have added the AllowOverride FileInfo Option (and I even tried AllowOverride All) but it makes no difference.
Is there any common configuration that causes this problem? Something I may have over looked?