hi i have login.php , for that i have created the url rewrite in the .htaccess inside the login folder ,
RewriteEngine On # Turn on the rewriting engine
RewriteRule ^login$ login.php [NC] # Change feed URL
but nothing happened ,
what i do now ,
am using wamp..