View Single Post
Old March 4th, 2012, 11:14 PM   #3 (permalink)
Alfa1
Member
 
Join Date: Mar 2006
Posts: 279
I found the issue. In my navbar I have added this link:
<a href="$vboptions[bburl]/../photopost/search.php?when=2&whenterm=w&cat=all">Image Gallery</a>

If the user is on https, then for some reason the above link directs away from https to http. The system then sends the user back to http and effectively causing multiple searches.

Do you have any idea how I can make the above link work on both http as https?
Alfa1 is offline   Reply With Quote