The file /etc/gallery2/apache.conf (linked in /etc/apache2/
must be created for the installer with the content:
Alias /gallery2 /usr/share/gallery2
<Directory /usr/share/gallery2> php_flag register_globals off Options Indexes FollowSymLinks <IfModule mod_dir.c> DirectoryIndex index.php </IfModule> </Directory>
The file /etc/gallery2/ apache. conf (linked in /etc/apache2/
must be created for the installer with the content:
Alias /gallery2 /usr/share/gallery2
<Directory /usr/share/ gallery2>
DirectoryIndex index.php
php_flag register_globals off
Options Indexes FollowSymLinks
<IfModule mod_dir.c>
</IfModule>
</Directory>