I've set the Title, URL's, & Paths as follows:
Gallery URL:
http://www.example.com/gallery
Files Path: /data/www.example.com/gallery/files/
Files URL:
http://www.example.com/gallery/files/
FTP User Folder Path: /data/www.schoolies.org.au/gallery/users/
FTP: User Folder URL:
http://www.example.com/gallery/users/
The problem I have is when I put a / on the end of the gallery url like this:
Gallery URL:
http://www.example.com/gallery/
Everything works fine, but all the gallery urls have 2 /'s like this:
http://www.example.com/gallery//browseimages.php?c=2
When I take the / off the end of the gallery url like this:
Gallery URL:
http://www.example.com/gallery
The url's display correctly with only one / but the pictures don't display when they are uploaded.
Obviously I don't want 2 /'s in a row in the urls... how do I fix this problem?