I found this and I don't think it belongs in this mod. I checked the htaccess and it appears to have the correct info. I'm surprised this wasn't caught by anyone before me.
PHP Code:
vBSEO Custom Rewrite Rules
Add to form Custom Rewrite Rules:
'^classifieds\.php\?do=main&catid=(.*)$' => 'classifieds/category-$1/'
'^classifieds\.php\?do=viewitem&itemid=(.*)$' => 'classifieds-$1/'
'^classifieds\.php\?do=whatsnew&timeframe=(.*)$' => 'classifieds/new-days-back-$1/'
'^classifieds\.php\?do=seller&sellerid=(.*)$' => 'classifieds/seller-$1/'
'^classifieds\.php\?do=search$' => 'classifieds/searchresults/'