help me please?

Discussion in 'Link Development' started by shibi, Jan 17, 2010.

  1. #1
    how to redirect a broken links page?...
     
    Last edited: Jan 17, 2010
    shibi, Jan 17, 2010 IP
  2. MarketExpert

    MarketExpert Well-Known Member

    Messages:
    1,513
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    150
    #2
    Put this script in the code of the page if it's html.

    <script type="text/javascript">
    <!--
    window.location = "http://www.yourredirectpage.com"
    //-->
    </script>
     
    MarketExpert, Jan 17, 2010 IP
  3. shibi

    shibi Guest

    Messages:
    164
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    hi,

    no ts not an html page..see..i have one site .i updated it recently..and removing some old pages and some pages is renamed .but i posted that links in some site and blogs..so..now it shows.404 error page because that page does not exist now..i want to redirect that pages into my site ..is der any programming techniques?...help me please..
     
    shibi, Jan 17, 2010 IP
  4. JoeMiles

    JoeMiles Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    This should be the right method if not then google it.
     
    JoeMiles, Jan 17, 2010 IP