Quote:
Originally Posted by amykhar
If any of you are using vbseo on your site, here are the custom redirects you will need for userpage.php
Code:
'userpage\.php\?do=list' => 'userpage-list.html'
'userpage\.php\?do=main&userid=(\d+)' => 'userpage-user$1.html'
'userpage\.php\?do=shoutarchive&ownerid=(\d+)' => 'userpage-shouts$1.html'
'userpage\.php\?do=main&username=(\w+)' => 'userpage/$1.html'
|
Where do I put this info? In the VBSEO config (where)?. Do I edit the userpages.php file?