i checked that the links on google to slatedroid are:http://www.slatedroid.com/vbulletin/forumdisplay.php?18-TEAR-IT-APART! --> is incorrecthttp://www.slatedroid.com/forumdisplay.php?18-TEAR-IT-APART! ---> CorrectSolution is easy, im web developing, and you can edit the .htaccess file and put this line:
links to know about htacess:http://www.javascriptkit.com/howto/htaccess.shtmlhttp://www.yourhtmlsource.com/sitemanagement/urlrewriting.htmlhttp://corz.org/serv/tricks/htaccess2.phpin order for don't lost visitors (refering sites), and re-indexing all webpages, and the links to slatedroid in others forums.
Code:
RewriteRule ^vbulletin/(.+) $1 [L,NC]