Forum Moderators: phranque
RewriteRule ^([^/\.]+)/([^/\.]+)/?$ $2.php?user=$1 [L]
I want to modify it so that the first pattern could be an email address. Right now it's tossing an error which I'm sure is due to either the "@" or the "." I'm just not all that good with regex