Results 1 to 3 of 3

Thread: 301 redirect help please

  1. #1
    Wannabe Geek andywozhere's Avatar
    Join Date
    Oct 2007
    Location
    Dublin
    Posts
    258
    Post Thanks / Like

    Default 301 redirect help please

    hi folks,

    I did my first 301 redirect yesterday and all went pretty well (should have done it ages ago really). I used the below code:

    Options +FollowSymlinks
    RewriteEngine on
    rewritecond %{http_host} ^example.com [nc]
    rewriterule ^(.*)$ http://www.example.com/$1 [r=301,nc]

    However now I'm a bit stuck. I also want to redirect example.com/index to example.com. I've tried fiddling with the code but nothing seems to work. I was wondering if anyone out there might be able to help out an .ht access novice?
    Last edited by andywozhere; 24-06-2009 at 07:51 PM.

  2. #2
    Wannabe Geek babyboy808's Avatar
    Join Date
    Jan 2007
    Location
    everywhere
    Posts
    430
    Post Thanks / Like

    Default

    Code:
    RewriteRule index.html$ [replacer_a] [R=301,L]

  3. #3
    Wannabe Geek andywozhere's Avatar
    Join Date
    Oct 2007
    Location
    Dublin
    Posts
    258
    Post Thanks / Like

    Default

    Thanks very much Babyboy808, much appreciated!

Similar Threads

  1. 301 redirect
    By wedding video cork in forum Coding Help
    Replies: 0
    Last Post: 14-06-2009, 04:45 PM
  2. Redirect 301
    By Ildebrando in forum Server / Technical Administration Tips and Queries
    Replies: 3
    Last Post: 02-02-2009, 11:15 PM
  3. Permanent redirect
    By Spiralli in forum Webmaster Discussion
    Replies: 3
    Last Post: 23-06-2008, 12:34 PM
  4. 301 redirect
    By ziycon in forum Coding Help
    Replies: 8
    Last Post: 03-04-2008, 05:38 PM
  5. To Redirect or not to redirect?
    By lostie in forum Webmaster Discussion
    Replies: 21
    Last Post: 24-05-2007, 09:35 PM

Visitors found this page by searching for:

ildebrando@ example.com

301 REDIRECT HELP PLEASE

redirect help please

redirect 301 ^(.*)

http:www.irishwebmasterforum.comcoding-help9039-301-redirect-help-please.html

Tags for this Thread

Posting Permissions

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