Quote:
Originally Posted by SB_GEMINI
members who have a _ in their name, the links to their profiles dont work
|
I fixed the problem with members who have a _ in their name. Just some minor correction to the .htaccess file. See below.....
.htaccess file before.....
RewriteRule ^u-(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
or
RewriteRule ^u-([A-Za-z0-9\-]+)-([0-9]+).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
.htaccess file after the correction for _ ....
RewriteRule ^u-([A-Za-z0-9\_\-]+)-([0-9]+).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
you can see it working at
www.abcphp.com