Quote:
Originally Posted by MicroHellas
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/'
|
Can you please install this on your test site, so I can see how well the mod-rewrite works for your classifieds product? As you know, SEO is extremely important these days. Thanks Maria!