vBSEO being a pain in the ass

Paul Heyman

New Member
Ok I installed vbseo, only problem is, when I use quick reply and I click post quick reply, and after that it gives me a blank page.

Also, styles are screwing up. look:

So lets say my url is Welcome to SomeSite.Net !

vBSEO enabled so there's rewrite

when I go to somesite.net/some-board/1-some-thread.html, My images are gone and when View Image via FF, it displays that style's images are trying to be be fetched from somesite.net/some-board/[imagename].jpg which obviously doesn't contain my images

Sorry for my poor explanation..
 
Paul Heyman said:
^edited them... geez... The "words" weren't directed at a member here

If you must use them do the dot thing:
IE: f*ck
you still get your point accross and you dont offended anyone at the same time, you must remeber vBTEAM is open to everyone ;)

as to you vbseo issue have you set the .htaccess file correctly?
 
Hoxxy said:
If you must use them do the dot thing:
IE: f*ck
you still get your point accross and you dont offended anyone at the same time, you must remeber vBTEAM is open to everyone ;)

Sorry about that Hoxxy :(

as to you vbseo issue have you set the .htaccess file correctly?

Well I just did everything out of the box, I just changed the domain inside .htaccess like so:

PHP:
RewriteBase 

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

I used Morpheus' functions_vbseo.php from here:

http://www.vbteam.info/compatible-scripts/1456-vbseo-3-1-0-copyright-removal.html

I did try to reupload everything in binary except for the images and it's still happening.

Thanks in advanced
 
Back
Top