Hi, I have two versions of the LinkBackURL file at my website. One is optimized for desktop browsers and the other is optimized for mobile browsers. I am using the same zdat files and search_template.html for both LinkBackURL versions.
The issue I am having is that when a mobile browser user clicks on the Next link or a Page Number at the bottom of the search results, it redirects them to the desktop LinkBackURL specified in settings.zdat instead of staying at the mobile LinkBackURL.
My guess is that this is because I currently only have one search.cgi file and need to have two versions of the search.cgi file as well as two versions of settings.zdat so that each one references the appropriate LinkBackURL.
Is this correct?
The issue I am having is that when a mobile browser user clicks on the Next link or a Page Number at the bottom of the search results, it redirects them to the desktop LinkBackURL specified in settings.zdat instead of staying at the mobile LinkBackURL.
My guess is that this is because I currently only have one search.cgi file and need to have two versions of the search.cgi file as well as two versions of settings.zdat so that each one references the appropriate LinkBackURL.
Is this correct?
Comment