Greetings All, I installed plogger to /mywebsite.com/gallery/
Everything was working fine. Then I created a file in my root directory called gallery.php
Gallery.php has the right syntax and everything is working the way it should, however, when I go to view larger images, I get this error:
Not Found
The requested URL /gallery.phpimages/album/subalbum/image.jpg was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
The correct link to view the image should be: /gallery/images/album/subalbum/image.jpg
How do I fix it? I checked the code out, and the problem is: plogger_get_source_picture_path() It is telling the code to get the image source from the basefil. However, since I am not using a folder/index.php, I am using just gallery.php and thus, the missing "/" along with the .php is causing an error. How do I fix this?