urgido
01-28-2008, 02:41 PM
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-F
RewriteRule ^([-_!*$@~:.a-zA-Z0-9]+)$ http://url.com/profile.php?username=$1
why this condition not work????
RewriteCond %{REQUEST_FILENAME} !-F
RewriteRule ^([-_!*$@~:.a-zA-Z0-9]+)$ http://url.com/profile.php?username=$1
why this condition not work????