Results 1 to 4 of 4

Thread: 301 redirect

  1. #1
    Junior Registered
    Join Date
    Jul 2008
    Posts
    2

    301 redirect

    I have a client and we are re doing their website which has many products that they sell online. The current site has been done in asp and our programmers use php. Currently their site ranks with certain products/pages on google etc and i wanted to set up 301 redirects to point any of these pages to go to the new site.

    Can i do a mass redirect for any pages that will contain .asp to be redirected to the new sites addresses?

    Thanks

  2. #2
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    You can. With modrewrite you can redirect any URL that ends in .asp to the exact same URL in .php

    You can also use apache to tell it to parse all .asp pages as .php, so you can keep the same URLs and have them be php.

    Hows that work for you?
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  3. #3
    Junior Registered
    Join Date
    Jul 2008
    Posts
    2

    great

    thanks chris.

    can i just redirect for example all *.asp pages to go to www.yourdomain.com

    thanks

  4. #4
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    Yes, you can do that too.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

Similar Threads

  1. redirect a to website
    By ronp in forum General Management Issues
    Replies: 2
    Last Post: 04-08-2004, 11:54 PM
  2. Redirect
    By k0r54 in forum HTML, CSS, Layout, and Design
    Replies: 3
    Last Post: 03-28-2004, 03:40 PM
  3. need to exclude one page from a general .htaccess redirect
    By Apollo in forum General Management Issues
    Replies: 1
    Last Post: 01-10-2004, 01:56 PM
  4. redirect with htaccess
    By albsure in forum Website Programming & Databases
    Replies: 6
    Last Post: 12-07-2003, 09:40 AM
  5. Redirect
    By lemon in forum Search Engine Optimization
    Replies: 1
    Last Post: 09-09-2003, 12:47 PM

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
  •