Results 1 to 3 of 3

htaccess for root for other directories

This is a discussion on htaccess for root for other directories within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I have an htaccess in /forums, but would also like to have it in root so I can use for ...

  1. #1
    Senior Member T2DMan's Avatar
    Real Name
    Michael Brandon
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand
    Posts
    360
    Liked
    0 times

    htaccess for root for other directories

    I have an htaccess in /forums, but would also like to have it in root so I can use for /photopost/

    What htaccess do I use.

    I have written down the following, but not working properly.

    Code:
    RewriteCond %{REQUEST_FILENAME} !forums/
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ forums/vbseo.php?vbseourl=$1&vbseorelpath=../&%{QUERY_STRING} [L]
    T2DMan
    Search engine optimize vBulletin - over 55001 views
    or Contract me to onpage SEO your forum - experience the additional SERP improvements


  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    It seems to be correct (you also need "RewrwiteEngine on" line though), what exactly doesn't work in this case?

  3. #3
    Member
    Real Name
    Tony
    Join Date
    Sep 2006
    Location
    Huntington Beach, CA
    Posts
    87
    Liked
    0 times
    I also have similar problem here.
    VBSEO on the same level as forums directory

Similar Threads

  1. htaccess problem
    By hornstar6969 in forum General Discussion
    Replies: 11
    Last Post: 12-22-2008, 06:19 PM
  2. Improve your search engine ranking with directories
    By rob in forum Member Articles
    Replies: 16
    Last Post: 02-26-2007, 09:22 AM
  3. Help with initial htaccess setup
    By mhc1576 in forum URL Rewrite Settings
    Replies: 1
    Last Post: 12-28-2006, 06:44 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
  •