Results 1 to 3 of 3

.htaccess redirect

This is a discussion on .htaccess redirect within the General Discussion forums, part of the vBulletin SEO Discussion category; My very, very old UBB forum was in domain.com/ubb. I still occassionally get visits to this ubb directory and would ...

  1. #1
    Senior Member
    Join Date
    Nov 2005
    Posts
    165
    Liked
    0 times

    .htaccess redirect

    My very, very old UBB forum was in domain.com/ubb. I still occassionally get visits to this ubb directory and would like to redirect anything that requests it back to root. There are various URL's that people try to reach:
    /ubb/Forum12/HTML/0000645.html
    /ubb/Forum19/HTML/0012324.html

    I want anything /ubb to root.

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    The following .htaccess in domain root will help:
    Code:
    RewriteEngine on
    RewriteRule ^ubb/.* http://www.reefland.com/ [L,R=301]

  3. #3
    Senior Member
    Join Date
    Nov 2005
    Posts
    165
    Liked
    0 times
    Excellent...thank you!

Similar Threads

  1. Hotlink Protection Tutorial (Apache Server - .htaccess files)
    By NeutralizeR in forum Member Articles
    Replies: 15
    Last Post: 06-08-2011, 02:25 PM
  2. 301 fügt ?vbseourl= mit an
    By Junior in forum Deutsch
    Replies: 8
    Last Post: 11-20-2006, 01:07 PM
  3. Redirect via .htaccess
    By reefland in forum General Discussion
    Replies: 2
    Last Post: 11-01-2006, 03:48 AM
  4. Add "www." in .htaccess
    By Jason|Xoxide in forum Custom Rewrite Rules
    Replies: 8
    Last Post: 03-31-2006, 11:54 AM

Posting Permissions

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