Results 1 to 2 of 2

htaccess query

This is a discussion on htaccess query within the General Discussion forums, part of the vBSEO SEO Plugin category; I must be dumb as a brick, but I can't get my root to redirect to the forums directory... i.e. ...

  1. #1
    Member
    Real Name
    requiem2d
    Join Date
    Jun 2007
    Posts
    30
    Liked
    0 times

    htaccess query

    I must be dumb as a brick, but I can't get my root to redirect to the forums directory... i.e.

    Game-Artist.net
    Game-Artist.net
    http://77.ip.ip.ip/


    to...

    Game Artist Forums

    What's the best way around it?

    Thank you in advance!

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Well in those folders you could put a .htaccess file with these contents in it:

    Code:
    RewriteEngine on
    RewriteRule (.*) http://www.game-artist.net/forums/$1 [R=301,L]
    The Forum Hosting - Forum Hosting from the Forum Experts

Posting Permissions

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