mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
16 lines
462 B
Plaintext
16 lines
462 B
Plaintext
*****************************************************************
|
|
|
|
Please consider adding the lines to your httpd.conf:
|
|
|
|
Alias /photo %%PREFIX%%/%%DALBUM_DIR%%
|
|
<Directory %%PREFIX%%/%%DALBUM_DIR%%>
|
|
AllowOverride Indexes FileInfo Limit
|
|
</Directory>
|
|
|
|
Don't forget restart apache after that.
|
|
|
|
Now you can place your photos tree into pictures/, then
|
|
login as admin/admin and make reindex.
|
|
|
|
*****************************************************************
|