Quote:
Originally Posted by girish.r
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
|
Do you know of a fix for this yet?
http://www.abcphp.com/u--79.html/
I'm using the same mod you have for the 'latest visitors in the past 24 hours' and it has errors doing the same thing, where it doesn't display the username. If you find a fix for it, PLEASE let me know. Thanks :banana: