Quote:
Originally Posted by 1320Nation
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/'
|
Sorry... Seems that I updated only the .htaccess file and not vbSeo. Please use these rules:
Code:
'^auctions\.php\?do=main&catid=(.*)$' => 'auctions/category-$1/'
'^auctions\.php\?do=viewitem&itemid=(.*)$' => 'auctions-$1/'
'^auctions\.php\?do=whatsnew&timeframe=(.*)$' => 'auctions/new-days-back-$1/'
'^auctions\.php\?do=seller&sellerid=(.*)$' => 'auctions/seller-$1/'
'^auctions\.php\?do=search$' => 'auctions/searchresults/'