[SOLVED] Problem if i will edit the premission of an album.... Your server needs a configuration change in order for you to hide

Tobias-NDS

Joined: 2014-05-12
Posts: 5
Posted: Mon, 2014-05-12 21:01

Hello all,
if i will edit the premission of an album i get the red colored info:

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.

With this 2 urls:
I can't copy the urls cause spam...

But what have i to do? I have a new server at my ubuntu-pc.

I hope you can help!

Very much/many thanks!
Tobias

Danke für Deine hilfe!
Thanks for Your help!

 
spags

Joined: 2010-03-26
Posts: 120
Posted: Mon, 2014-05-12 22:18

FAQ item at http://codex.galleryproject.org/Gallery3:FAQ#I_get_an_.22Oh_no.22_message_when_trying_to_set_permissions

It sounds like you just have to do some configuration work on Apache.

 
Tobias-NDS

Joined: 2014-05-12
Posts: 5
Posted: Tue, 2014-05-13 16:31

Thanks!

I must edit the /etc/apache2/mods-enabled/php5.conf and put in the lines:

Quote:
<Directory /home/USER/public_html/GALLERY-3-Folder/>
Options FollowSymLinks
AllowOverride All
</Directory>

Now its works :)

Danke für Deine hilfe!
Thanks for Your help!