vbseo custom rewrite rules

bobo

New Member
Here are the custom rewrite rules for Downloads II - please add your custom rewrite rules for other addons to this thread

DOWNLOADS II

'downloads\.php\?do=file&title=(.+?)&cid=(\d+)&ctitle=(.+)&id=(\d+)' => 'downloads/$3/$2/$1-$4/'
'downloads\.php\?do=cat&title=(.+)&id=(\d+)$' => 'dlcat-$1-$2/'
 
custom rewrite rules for vBAdvanced Links:

'links/index\.php$'=>'links/'
'browselinks\.php\?do=newlinks$'=>'newlinks.html'
'browselinks\.php\?do=poplinks$'=>'top.html'
'browselinks\.php\?do=favorites$'=>'mycontacts.html'
'browselinks\.php\?do=subscriptions$'=>'mysubscriptions.html'
'browselinks\.php\?do=poplinks&orderby=rating$'=>'toprating.html'
'browselinks\.php\?do=poplinks&orderby=posts$'=>'topposts.html'
'browselinks\.php\?ctitle=(.+)&c=(\d+).*$'=>'$2-links-$1.html'
'browselinks\.php\?do=browselinks&catid=(\d+)<r=(\ w+)&linkuserid=(\d+)'=>'linkcat-$1-$2.html'
'browselinks\.php\?do=poplinks&orderby=views'=>'topviews.html'
'misc\.php\?do=linktous'=>'linktous.html'
'addlink\.php\?c=(\d*)'=>'addlink$1.html'
'misc\.php\?do=report&linkid=(\d+)&catid=(\d+)'=>'reportlink-$1-$2.html'
'showlink\.php\?ltitle=(.+)&do=showdetails&l=(\d+)&catid=(\d+)' => 'links-$2-c$3-$1.html'
'showlink\.php\?ltitle=(.+)&do=showdetails&l=(\d+)' => 'links-$2-$1.html'
 
Back
Top