Hey all. I've tried messaging vbseo, but they can't figure out my error either, and it's starting to do my head in lol . Heres my website: www.pengushare.info my VBULLETIN is installed on the root, and so is vbseo .htaccess 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 %{QUERY_STRING} !vbseourl= RewriteCond %{REQUEST_URI} !(admincp/¦modcp/¦chat¦cron) RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !\.(jpg¦gif)$ RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp¦modcp¦clientscript¦cpstyles¦images)/ RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA] Now once I turned my plugin on for vbseo, my website goes all weird it gives me links like: http://116.50.15.17/~pengusha/members/list/ http://116.50.15.17/~pengusha/usercp.php etc, my website has never done this before, the domain pengushare.info was setup with the acutall hosting plan the ip/subdomain was just a given extra however its never been used, and this hasnt occoured ever before. I've tried editing the .htaccess with filling in the "yourdomain" part, but I'm still bloody confused. Thanks in advance guys would be great if someone can help me.
I do not see any usercp.php in your .htaccess means your installation is screwed up , try reinstalling it.