coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: GodSpeed on October 05, 2006, 11:56:27 AM

Title: Directory Listing Denied - when I logged out
Post by: GodSpeed on October 05, 2006, 11:56:27 AM
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....
Title: Re: Directory Listing Denied - when I logged out
Post by: Sami on October 05, 2006, 12:03:41 PM
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
Title: Re: Directory Listing Denied - when I logged out
Post by: GodSpeed on October 05, 2006, 12:47:09 PM
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
Title: Re: Directory Listing Denied - when I logged out
Post by: 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
Title: Re: Directory Listing Denied - when I logged out
Post by: GodSpeed on October 05, 2006, 01:05:14 PM
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...
Title: Re: Directory Listing Denied - when I logged out
Post by: Stramm on October 05, 2006, 01:26:25 PM
http://httpd.apache.org/docs/2.2/en/mod/mod_dir.html#directoryindex
Title: Re: Directory Listing Denied - when I logged out
Post by: Sami on October 05, 2006, 01:29:15 PM
@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