Redirect Web Page (php, javascript or refresh meta tag)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • silmarmai

    Redirect Web Page (php, javascript or refresh meta tag)

    Hello... I'm new to Search Engine Optimization thing... I want to
    redirect www.oldpage.com to www.newpage.com. BUT I want the search
    engine to CRAWL only WWW.OLDPAGE.COM. I'm dont know what to use:
    refresh meta tag or PHP or javascript. I'm not really sure the benefits
    of these 3 languages. Please help. Thanks.

  • silvan.spross@gmail.com

    #2
    Re: Redirect Web Page (php, javascript or refresh meta tag)

    hm... if the source files are on the newpage.com, the search engines
    will crawl this only.
    if the domains are hosted on the same server, try to point oldpage.com
    on the same public_html as newpage.com directory. you need to config
    apache (.htaccess) for this. i used this here:




    i don't know if an other way like php header(), Javascript or
    Metarefresh can help. i don't think so.

    Comment

    • Jerry Stuckle

      #3
      Re: Redirect Web Page (php, javascript or refresh meta tag)

      silvan.spross@g mail.com wrote:[color=blue]
      > hm... if the source files are on the newpage.com, the search engines
      > will crawl this only.
      > if the domains are hosted on the same server, try to point oldpage.com
      > on the same public_html as newpage.com directory. you need to config
      > apache (.htaccess) for this. i used this here:
      >
      > http://www.netdot.ch
      > http://www.hirnambulanz.ch
      >
      > i don't know if an other way like php header(), Javascript or
      > Metarefresh can help. i don't think so.
      >[/color]

      Redirect through Apache and stop robots with robots.txt.

      Try apache.configur ation for more details.

      --
      =============== ===
      Remove the "x" from my email address
      Jerry Stuckle
      JDS Computer Training Corp.
      jstucklex@attgl obal.net
      =============== ===

      Comment

      • Jerry Stuckle

        #4
        Re: Redirect Web Page (php, javascript or refresh meta tag)

        Jerry Stuckle wrote:[color=blue]
        > silvan.spross@g mail.com wrote:
        >[color=green]
        >> hm... if the source files are on the newpage.com, the search engines
        >> will crawl this only.
        >> if the domains are hosted on the same server, try to point oldpage.com
        >> on the same public_html as newpage.com directory. you need to config
        >> apache (.htaccess) for this. i used this here:
        >>
        >> http://www.netdot.ch
        >> http://www.hirnambulanz.ch
        >>
        >> i don't know if an other way like php header(), Javascript or
        >> Metarefresh can help. i don't think so.
        >>[/color]
        >
        > Redirect through Apache and stop robots with robots.txt.
        >
        > Try apache.configur ation for more details.
        >[/color]

        Correction - that should be alt.apache.conf iguration.

        --
        =============== ===
        Remove the "x" from my email address
        Jerry Stuckle
        JDS Computer Training Corp.
        jstucklex@attgl obal.net
        =============== ===

        Comment

        Working...