Announcement

Collapse
No announcement yet.

Redirecting a page...

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

  • 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
    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">
    Regards Chris.

    Collectables, Collecting, collectors-info.com

    www.chrismorris.co.uk

    House build project

    Comment


    • #3
      Re: Redirecting a page...

      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.

      Comment

      Working...
      X