• Hi,

    I am trying create a manual redirect so that I can let my visitor choose where they are going next as apposed to automatically sending them through browser detection, I can create a splash page easily but how do I include the string in the browser so that the visitor goes to the same page on a different url, the only code I can find is 301 redirect which I can only make it permanently redirect apposed to the visitor choosing.

    Many thanks in advance for any thoughts or solutions

    Mark

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter markweb

    (@markweb)

    Hi I have carried out the changes and it is very close, it seems to be repeating itself, if you see what I mean.

    Mark

    it looks like you entered the url wrong, i.e.:

    https://mobilesite.com/mainsite.com/%%uri%%

    should be:

    https://mainsite.com/%%uri%%

    and

    https://mobilesite.com/mobilesite.com/%%uri%%

    should be:

    https://mobilesite.com/%%uri%%

    Thread Starter markweb

    (@markweb)

    Hi, this is exactly what I added to the plugin,

    <a href='mainsite.co.uk/%%uri%%'>Main Site</a>
    <a href='mobile.co.uk/%%uri%%'>Mobile Site</a>

    you need the https:// before the urls otherwise they are considered dynamic urls and will get appended to the url of the current site

    Thread Starter markweb

    (@markweb)

    luckdragon,
    Thats sorted it, thankyou very much.

    have a great day !

    Mark

    remember to mark it as resolved so it can help others also ??

    Thread Starter markweb

    (@markweb)

    Yep the code works a treat !

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Manual Redirect’ is closed to new replies.