-
Redirect Problem
My vShare site is hosted with HostOnNet.com and I am using a "Redirect" to point it to my other hosting company at, http://www.gspirit.com/Merchant5/mercha ... een=SFNTTV.
Works fine, the only problem is that when viewing a video and clicking on one of the "Related Videos", the user is then redirected back to the original site at http://gspirittv.com/vshare/view/58/video-name/.
I need them to stay within the Redirected site. Is there a way to change this?
FYI: Per the advice of bplex, I will be changing this redirect in the near future, but for now I need to make this work.
Thanks for the support
BC
-
Re: Redirect Problem
The only way for this to work is for you to edit your view_video.tpl and right.tpl files and change how the related video links are built. The problem that you are going to run into though is that if your redirect does not have the ability to redirect to the related video, changing the link will not work (for example, if http://www.example.com/site1/somevideo does not redirect to http://www.example/site2/video/path-to-video, the process will fail). This is the problem with using an iframe as I have mentioned earlier. The only real way to solve this temporarily would be to use real frames versus iframes in the short run, but if you are going to go through the trouble, you might as well solve the problem by editing your templates, etc.
-
Re: Redirect Problem
Thanks bplex.
I am off to the edit room.