ZenphotoCMS Forum
Doesn't see my pictures - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Doesn't see my pictures (/thread-513.html)



Doesn't see my pictures - slaskhink - 2006-05-16

http://www.neosoft.se/zenphoto/index.php

I dont see the pictures i uploaded. I have GD 2.0.8

And if i enter http://www.neosoft.se/zenphoto/ i get a directory listening. why?




Doesn't see my pictures - Chilifrei64 - 2006-05-16

here is what I see.

because I can view your directory listing.. i can see that you dont have any images inside of your UKM-Regionsfestival-2006 folder.. and you do have images inside your albums directory, those need to be in folders..

as far as the directory listing.. this is a server configuration.. is this a hosted server or your own?




Doesn't see my pictures - Chilifrei64 - 2006-05-16

you must be working on it.. looks like you figured out your images problem..




Doesn't see my pictures - slaskhink - 2006-05-16

I have to FTP it up. The whole thing is rather unstable, is there any way to make index.php open automaticly like in Drupal when you acess the folder instead of direcotry listning. Like mixing in the .htaccess




Doesn't see my pictures - trisweb - 2006-05-16

The directory listing problem is with your web server-- you have to add "index.php" as a registered "default file" or something like that. Under apache, it's the "DirectoryIndex" directive in the httpd.conf. You might have to ask your host to add it for you, or use an .htaccess file if they allow it.




Doesn't see my pictures - slaskhink - 2006-05-17

What do i write in the .htaccess file?




Doesn't see my pictures - trisweb - 2006-05-17

Not sure... look up "Apache DirectoryIndex" on google.