Results 1 to 2 of 2

How to Install in Root

This is a discussion on How to Install in Root within the General Discussion forums, part of the vBSEO SEO Plugin category; Iam Running a dedicated a server and my forums is installed in the root and not inside /forums what should ...

  1. #1
    Junior Member
    Real Name
    Anand Thangavel
    Join Date
    Dec 2007
    Posts
    1
    Liked
    0 times

    Exclamation How to Install in Root

    Iam Running a dedicated a server and my forums is installed in the root and not inside /forums

    what should i use to have it installed in the root.
    i tried some codes here...in the httpd.conf


    <Directory / {WHAT SHOULD COME HERE}>
    RewriteBase / {WHAT SHOULD COME HERE}
    #RewriteCond %{HTTP_HOST} !^www\.xxxxxxxx\.com
    #RewriteRule (.*) http://www.xxxxxxxx.com/$1 [L,R=301]

    RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.*)$ $1 [L]

    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    </Directory>

    Pls advise me whether my codes or correct or not !

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Hello Anand,

    you are not showing as vBSEO Owner, please PM me your forums URL/transaction ID so that I can correct your license.

Similar Threads

  1. how to install zend optimizer?
    By Hawork in forum Troubleshooting
    Replies: 1
    Last Post: 04-07-2007, 05:55 PM
  2. i have really problem with server, maybe vbseo
    By croportal in forum General Discussion
    Replies: 7
    Last Post: 11-08-2006, 09:15 AM
  3. You Install? We Install? Where's Install Info?
    By WiseOne in forum Pre-Sales Questions
    Replies: 24
    Last Post: 06-11-2006, 05:35 PM
  4. Help moving forum to domain root
    By treasureman in forum Troubleshooting
    Replies: 4
    Last Post: 04-20-2006, 09:19 PM
  5. VBSEO crashing new server
    By MentaL in forum Troubleshooting
    Replies: 20
    Last Post: 12-11-2005, 06:55 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
  •