Announcement

Collapse
No announcement yet.

Web forwarding, breaking out of the forwarding address

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Web forwarding, breaking out of the forwarding address

    Hi

    I have just bought the .com name of my site and for now I have set up web forwarding (from www.fidelity dj.com to .co.uk, no gap!).

    But, the url stays as the .com address, so when you get to the check out, HSBC throw it.

    How can I use web forwarding, and then break out of the forwarding address to the actual one.

    Thanks

    Steven

    #2
    Hi Steven

    It possible you could do this via an the htaccess file to redirect to another address if you have a linux server. Contact your hosting company on how to do this.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Hi

      Found this bit of code which has done the job

      <script language="JavaScript">
      if(top!=self) top.location.href=self.location.href;
      </script>

      Steven

      Comment

      Working...
      X