Results 1 to 3 of 3

Manual Rewrite in Htaccess file

This is a discussion on Manual Rewrite in Htaccess file within the General Discussion forums, part of the vBulletin SEO Discussion category; Edit: can a moderator move this to the proper forum...I just noticed I posted it in the vbseo section, but ...

  1. #1
    Member
    Real Name
    sfnet
    Join Date
    Aug 2007
    Posts
    73
    Liked
    0 times

    Manual Rewrite in Htaccess file

    Edit: can a moderator move this to the proper forum...I just noticed I posted it in the vbseo section, but its a general seo question. sorry.

    I moved about a hundred plus files from:

    mydomain.com/aaa/

    to

    mydomain.com/bbb/


    Some files remain at mydomain.com/aaa/ so I cannot just do a general rewrite.

    Does anyone have the actual code that I need to place in my htaccess file to make this work smoothly?

  2. #2
    Member
    Real Name
    sfnet
    Join Date
    Aug 2007
    Posts
    73
    Liked
    0 times
    anybody...

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    you will have to create a rewrite rule for each old URL like:
    Code:
    RewriteRule ^aaa/(oldurl1\.html|oldurl2\.html|oldurl3\.html) http://mydomain.com/bbb/$1 [L,R=301]
    if you have something in common for all old URLs, you may create a simpler rewrite rule to process all of them.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. Making full site backups
    By FightRice in forum Member Articles
    Replies: 17
    Last Post: 01-05-2008, 08:32 PM
  2. Full vBulletin Rewrite System
    By Snake in forum Custom Rewrite Rules
    Replies: 13
    Last Post: 06-05-2007, 11:42 PM
  3. your htaccess file broke my stuff!
    By jwatsonl in forum Troubleshooting
    Replies: 1
    Last Post: 05-01-2007, 10:39 PM

Posting Permissions

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