Results 1 to 3 of 3

Thread: Redirecting a page...
      
   

  1. #1
    Mike Lind is offline Staff Sergeant
    Join Date
    Nov 2006
    Location
    Southwest Wisconsin
    Posts
    45

    Default Redirecting a page...

    I have customers who have a specific URL that takes them to a sign up form. I have a different sign up form with a different URL and want them to be redirected to that page. Is it possible to redirect them w/o saving and publishing over the original page?

    Thanks.

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Redirecting a page...

    You can place the code below in the head of your page & set it to the web page you want to redirect to. You can change the "0; to a larger number for an amount of seconds delay.

    <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.domainname.com/page-of-redirect.html">

  3. #3
    WSBlue's Avatar
    WSBlue is offline Brigadier General
    Join Date
    Apr 2006
    Posts
    1,416

    Default Re: Redirecting a page...

    Quote Originally Posted by Collectors-info View Post
    You can place the code below in the head of your page & set it to the web page you want to redirect to. You can change the "0; to a larger number for an amount of seconds delay.

    <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.domainname.com/page-of-redirect.html">
    I will need this.


    How to keep threads in User CP without replying them.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49