Quote:
Originally Posted by Dean C
Should use this really HR3rdGen:
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^([-_A-Za-z0-9\ ]+)$ member.php?&username=$1 [L]
|
if you do that and do a password reset wouldnt you get an error like the user name does not have an account so they do not exist?
what bout stuff like this as well
Quote:
RewriteCond %{HTTP_HOST} ^members.yoursite.com$
|