Results 1 to 4 of 4

Redirection

This is a discussion on Redirection within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Atm i got http://www.ragezone.com/forum/ but the main url is http://forum.ragezone.com , how do i set /forum/ to redirect to forum.rage ...

  1. #1
    Senior Member MentaL's Avatar
    Real Name
    MentaL
    Join Date
    Oct 2005
    Location
    Wales
    Posts
    427
    Liked
    8 times

    Redirection

    Atm i got http://www.ragezone.com/forum/ but the main url is http://forum.ragezone.com , how do i set /forum/ to redirect to forum.rage so ppl cannot use /forum/

    Thanks..

  2. #2
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,266
    Liked
    586 times
    Quote Originally Posted by MentaL
    Atm i got http://www.ragezone.com/forum/ but the main url is http://forum.ragezone.com , how do i set /forum/ to redirect to forum.rage so ppl cannot use /forum/

    Thanks..
    Put the following rules in http://forum.ragezone.com/.htaccess

    Code:
     
    RewriteCond %{HTTP_HOST} !forum.ragezone.com
    RewriteRule ^(.*)$ http://forum.ragezone.com/$1 [L,R=301]

  3. #3
    Senior Member Michael's Avatar
    Real Name
    Michael Benson
    Join Date
    Sep 2005
    Location
    United Kingdom
    Posts
    776
    Liked
    0 times
    Quote Originally Posted by Juan Muriente
    Put the following rules in http://forum.ragezone.com/.htaccess

    Code:
     
    RewriteCond %{HTTP_HOST} !forum.ragezone.com
    RewriteRule ^(.*)$ http://forum.ragezone.com/$1 [L,R=301]
    How does this prevent access to ragezone.com/forums/ directory? I dont see the URL mentioned anywhere in the code above?

  4. #4
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,266
    Liked
    586 times
    sorry, the rules should be added to http://www.ragezone.com/forum/.htaccess

Similar Threads

  1. Redirection Bug on external rewrites
    By msimonds in forum Bug Reporting
    Replies: 4
    Last Post: 03-22-2006, 06:06 PM
  2. Redirection problem!
    By poprulz in forum Troubleshooting
    Replies: 9
    Last Post: 03-10-2006, 05:50 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
  •