Quote:
Originally Posted by NashChristian
Hello. Thanks again for taking the time to reply.
I do not own vBseo, nor plan to buy it. So your program does NOT have a mod-rewrite ability to do search engine friendly urls (on its own), using the title of the classified and the category title, to then construct a unique content driven url to that item?
Just to clarify. Thanks again!
|
2nd... But I think this works with anything. Don't think that I wrote them. But my clients love and care for me, so a nice guy send this file, to share with others.
Code:
'^classifieds\.php\?do=viewitem&itemid=(.*)$' => 'classifieds-$1/'
'^classifieds\.php\?do=searchtimeframe&timeframe=(.*)$' => 'classifieds/new-days-back-$1/'
'^classifieds\.php\?do=addedititem$' => 'classifieds/addedititem/'
'^classifieds\.php\?do=saveupdateitem$' => 'classifieds/saveupdateitem/'
'^classifieds\.php\?do=myprofile$' => 'classifieds/myprofile/'
'^classifieds\.php\?do=profile&profileid=(.*)$' => 'classifieds/profileid$1/'
'^classifieds\.php\?do=myitems$' => 'classifieds/myitems/'
'^classifieds\.php\?do=myitems&tab=(.*)$' => 'classifieds/myitems-tab-$1/'
'^classifieds\.php\?do=mybids$' => 'classifieds/mybids/'
'^classifieds\.php\?do=myhistory$' => 'classifieds/myhistory/'
'^classifieds\.php\?do=myhistory&tab=(.*)$' => 'classifieds/myhistory-$1/'
'^classifieds\.php\?do=searchseller&sellerid=(.*)$' => 'classifieds/sellerid-$1/'
'^classifieds\.php\?do=searchresults$' => 'classifieds/searchresults/'
'^classifieds\.php\?do=approveads$' => 'classifieds/approveads/'
'^classifieds\.php\?do=approvereports$' => 'classifieds/approvereports/'
'^classifieds\.php\?do=certified$' => 'classifieds/certified/'
'^classifieds\.php\?do=addcertified$' => 'classifieds/addcertified/'
'^classifieds\.php\?do=removecertified&memberid=(.*)$' => 'classifieds/removecertified-memberid-$1/'
'^classifieds\.php\?do=contactseller$' => 'classifieds/contactseller/'
'^classifieds\.php\?do=postreport$' => 'classifieds/postreport/'