vortech1
01-19-2010, 01:53 PM
Ok my forum is setup like this and I hope someone here can follow this as vBSEO support is useless.
stuntusa.com/index.php is vbadvanced and should look like VBA but it does not it looks like the forum.
stuntusa.com/cmps_index.php does look right.
My forum is at stuntusa.com/forums/ everything looks right.
So I put this in my DirectoryIndex cmps_index.php and it solved the issue kind of but now when you are in my forums and you click home it takes you to stuntusa.com/index.php the none working page.
I simple want to use index.php as VBA and forums/index.php as my forum. This seems simple and has worked for years until I installed vBSEO.
This is the htaccess I have installed right NOW that allows VBA to at least show using DirectoryIndex cmps_index.php rather then the messed up index.php that is just a copy of cmps_index.php.. I got everything else in the htaccess from vBSEO I did not have an htaccess file before installing this.
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /
DirectoryIndex cmps_index.php
RewriteCond %{HTTP_HOST} !^www\.stuntusa\.com
RewriteRule (.*) http://www.stuntusa.com/$1 [L,R=301]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ forums/vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ forums/vbseo.php [L,QSA]
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Can any one tell me what the issue is that has used VBA and vBSEO together with your forums in a sub folder. I just can't seem to get it to work and there support is not offering any solutions that work. lol So I thought I would try here..
stuntusa.com/index.php is vbadvanced and should look like VBA but it does not it looks like the forum.
stuntusa.com/cmps_index.php does look right.
My forum is at stuntusa.com/forums/ everything looks right.
So I put this in my DirectoryIndex cmps_index.php and it solved the issue kind of but now when you are in my forums and you click home it takes you to stuntusa.com/index.php the none working page.
I simple want to use index.php as VBA and forums/index.php as my forum. This seems simple and has worked for years until I installed vBSEO.
This is the htaccess I have installed right NOW that allows VBA to at least show using DirectoryIndex cmps_index.php rather then the messed up index.php that is just a copy of cmps_index.php.. I got everything else in the htaccess from vBSEO I did not have an htaccess file before installing this.
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /
DirectoryIndex cmps_index.php
RewriteCond %{HTTP_HOST} !^www\.stuntusa\.com
RewriteRule (.*) http://www.stuntusa.com/$1 [L,R=301]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ forums/vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ forums/vbseo.php [L,QSA]
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Can any one tell me what the issue is that has used VBA and vBSEO together with your forums in a sub folder. I just can't seem to get it to work and there support is not offering any solutions that work. lol So I thought I would try here..