Hi all,

I'm having some problems with usernames with a . (dot) in the middle, Ex: vshare.user

When I click on a username I'm redirected to http://www.domain.com/vshare.user and get a 404, this has something to do with this RewriteRule :
RewriteRule ^([^/\.]+)?/?$ user.php?username=$1 [L,QSA]

Did anyone had the same problem ? if so, how did you fix it ?

Thanks in advance,
Regards

Tugacari