15 lines
462 B
Text
15 lines
462 B
Text
*****************************************************************
|
|
|
|
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.
|
|
|
|
*****************************************************************
|