Quote:
Originally Posted by nexialys
a little modif here, so everyone is happy...:
ifyou want your users to be located also by their userid instead of just their username, change the last line with:
Code:
RewriteRule (^[-_A-Za-z\ ]*$) member.php?username=$1
RewriteRule (^[-_0-9\ ]*$) member.php?userid=$1
|
Nexialys thanks again for making sure everyone is happy. I appreciate that. Follow Nexialysis' mod of this hack if you want to do it by userid too.