+ Reply to Thread
Results 1 to 3 of 3

Thread: Redirect
      
   

  1. #1
    davidlee9 is offline Sergeant
    Join Date
    Feb 2006
    Posts
    25

    Default Redirect

    An article I published gives this link:

    http://www.goldmagick.com/subscribe.html/

    The link should be:

    http://www.goldmagick.com/subscribe.html

    with no slash at the end.

    Is there any way I can redirect so the link works?

    David Lee

  2. #2
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: Redirect

    David-

    Yes. Follow Marincky's advice in this thread.

    http://www.vodahost.com/vodatalk/blu...rror-page.html

    In that custom error page -say something like....

    "There has been an error in the link you clicked. Please click here to go to our main page or, click here to go to the subscribe page."

    Then create the appropriate links.

    In this- people will always land back on your site.

    Cheers-

    Andy
    PHP- is a blast!

  3. #3
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,054

    Default Re: Redirect

    create a folder in your site, named "subscribe.html" (Yes!! it works, if you wonder)

    Now create a blank "index" page in BV with a redirect. The redirect is done by pasting the following code in the Between Head Tag of this index page:

    <meta http-equiv="refresh" content="0;url=http://www.goldmagick.com/subscribe.html">

    Publish this index page in the public_html/subscribe.html/ folder.

    You are done.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


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