I have an index file in my root directory and would like to use a relative path to link to the custom thumbnail of an image in a Zenphoto album. Zenphoto is installed in \galleries folder.
I am using a test server and really want to use relative path since absolute links won't be correct when moved to live server.
This works with absolute path:
`
`
What code would I use to get a relative path? (/nif/galleries/... won't work)
Thank you.
Comments
`
`
it reports an incorrect path.
Your only other option is to link to the zenphoto index.php file and pass query parameters to indicate the album and image. This is what you would see for a Zenphoto link if you were not using mod_rewrite.
Could you please give an example of your second option of linking to index.php and passing album and image that way?
Sorry but I have to see an example for that one.