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 !


LinkBack URL
About LinkBacks





Reply With Quote