dadfd28ae4
photo collections. Unlike Gallery 2, Gallery 1 does not need a database backend. It provides users with the ability to create and maintain their own albums via an intuitive web interface. Photo management includes automatic thumbnail creation, image resizing, rotation, ordering, captioning, searching and more.
12 lines
289 B
Text
12 lines
289 B
Text
Alias /gallery "@G1DIR@"
|
|
|
|
<Directory "@G1DIR@">
|
|
Options FollowSymLinks
|
|
AllowOverride Limit Options FileInfo
|
|
</Directory>
|
|
|
|
# some people prefer a simple URL like http://gallery.example.com
|
|
#<VirtualHost 1.2.3.4>
|
|
# DocumentRoot @G1DIR@
|
|
# ServerName gallery.example.com
|
|
#</VirtualHost>
|