Please help fast!!

lilfabbro

New Member
**Found out it was my .htaccess file

Why is it doing this my forums are on root of my site i have vbseo thats what the htaccess is for

this is what it looks like
its the default htaccess for vbseo 3.3(i think) gold
Was i suppsed to edit this?

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 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 /

#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

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

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]


on my forums when i click a topic it takes me to a sub directory of it

i dont know how to explain it

like say i click a topic

MAIN FORUM in my address bar it takes me to

http://MYSITE.com/main-forum/

and it makes me loose all of my images even on the default theme ive tried re installing VB

ive tried making new topics it still take me to

http://MYSITE.com/EDITS/

if EDITS was my topic and i loose all of my images

PLEASE HELP

I NEED THIS FIXED FAST
 
Top