Hy. When I login via phpbb forum or logout from Gallery (PHPBB here works just fine) I get message:
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
Please give me code that repairs both problems....
Seems like a wrong path or bad setting for integrating ... Moving to integration / bridging board
plaese do as suggested under this thread:
http://forum.coppermine-gallery.net/index.php?topic=24032.0
Coppermine install: http://www.dic.si/galerija/Index.php
Forum install: http://www.dic.si/forum/Index.php
Coppermine version: very latest, fully updated
Forum version: PHPBB also the latest.
Test user account: simuert / gorovje
Issue is your server setting , it didn't take index.php as a default document !
ask your host for support
Quote from: Sami on October 05, 2006, 12:54:39 PM
Issue is your server setting , it didn't take index.php as a default document !
ask your host for support
So, server can take multiple choices for default document like index.php, index.htm, index.html ???
Please confirm that and Ill write to host support...
http://httpd.apache.org/docs/2.2/en/mod/mod_dir.html#directoryindex
@God Speed: Yes
Actualy you can set this line
DirectoryIndex index.php index.html index.htm default.html default.htm
to your .htaccess
as stramm suggested