I'm having an issue with URL's being messed with in vbgallery. After a comment is made or an image is uploaded it appears the URL is being rewritten and, in my case, 'gallery' is being taken out. I've added ^gallery/(.*) to the exclude list, but it doesn't seem to make a difference. I've also added ^gallery/showimage.php and ^gallery/upload.php
One thing I noticed that may be a hint...
A slash is being added after showimage.php:
If you add back in /gallery to the URL it redirects to this:
(notice that postid= has been rewritten to post4090)
If you take out the slash after showimage.php and add in gallery you get the right URL: Butterfly - Nikonites Gallery
Note that is only works after post4090 is in the correct format. Otherwise it redirects to the wrong URL.
One thing I noticed that may be a hint...
A slash is being added after showimage.php:
Code:
http://nikonites.com/showimage.php/?i=43240&catid=newimages&postid=4090&anchor=1
If you add back in /gallery to the URL it redirects to this:
Code:
http://nikonites.com/showimage.php/?i=43240&catid=newimages#post4090
If you take out the slash after showimage.php and add in gallery you get the right URL: Butterfly - Nikonites Gallery
Note that is only works after post4090 is in the correct format. Otherwise it redirects to the wrong URL.