Results 1 to 4 of 4

Thread: How do I set up Redirect 301 in .htaccess

  1. #1
    Join Date
    Jul 2005
    Posts
    101
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default How do I set up Redirect 301 in .htaccess

    I moved some pages a few months ago and used a meta tag to redirect from old location to new. Yahoo is still indexing the old pages and I need to use Redirect 301 in a way that specifies individual pages.

    I have tried

    Redirect 301 /altea_estate_agents_01.htm http://www.estateagentsespana.com/co..._agents_01.htm

    but the old page still loads. Both pages are on the same domain.
    Cheers
    Billy

  2. #2
    Join Date
    Sep 2004
    Location
    Little Falls, Roodepoort, South Africa
    Posts
    421
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Try make a dummy index.htm file with:

    <script>
    window.location='http://www.estateagentsespana.com/costablanca/altea_estate_agents_01.htm'
    </script>

    it seems to work.. however I do not know what the old pages looked like so I cannot tell.....
    Last edited by simonf; 12-18-2005 at 08:22 AM.
    Very Best Rgds, Simonf :cool:
    __________________________________
    My Site | E-Mail Me

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Bad idea.
    The statement to add you your .htaccess file is:
    Code:
    Redirect permanent /altea_estate_agents_01.htm http://www.estateagentsespana.com/costablanca/altea_estate_agents_01.htm
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  4. #4
    Join Date
    Jul 2005
    Posts
    101
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Thanks Twey. Works perfectly!
    Cheers
    Billy

Bookmarks

Posting Permissions

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