Well apparently I downloaded vBulletin. I had 3.7.3 all running smoothly, then I decided to upgrade to 3.7.4, before I've even tested 3.7.4 I installed vBSEO, after I installed vBSEO, I've recieved 404 Error pages for every forum I click on. And now my custom avatar is [x]ed out.
Maybe I'm forgetting to chmod that file, I forgot which one I was supposed to chmod, and you tell me which files and to what number?
I keep trying to log into vBSEO, but its a blank empty page, im not sure if the site is down or anything, but I can't log on so I can't even post this issue.
I'm pretty sure my .htacess was wrong, if so im sure there are many vBSEO member here, and if you can help me fill it out while I provide you my information
Domain :
www.AllBoutLife.net
Host : HostGator Hatchling Plan
PHP Code:
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the x2YZSEO 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 /
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ x2yzseo_sitemap/x2yzseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ x2yzseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ x2yzseo.php [L,QSA]
Am I suppose remove the # and take away the dashes (\)
Quote:
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
|
]