Quote:
Originally Posted by Xoxideforums
|
Yeah but I have problems with this!
Code:
2. in your vbSEO custom rewrite rules section (you will need the vbSEO plugin to make this work. The .htaccess rewrite code isn't too much different if you don't have vbSEO from what I'm told)
// vbGarage
'vbgarage\.php\?do=view&id=(\d+)$'=>'vbgarage-member-$1.html'
'vbgarage\.php\?do=delgarage&id=(\d+)$'=>'vbgarage-delete-$1.html'
'vbgarage\.php\?do=editgarage&id=(\d+)$'=>'vbgarage-edit-$1.html'
'vbgarage\.php\?do=getimage&id=(\d+)$'=>'vbgarage-image-$1.jpg'