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..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check if “AllowOverride” instruction in main “httpd.conf” file allows you to use .htaccess files at all. If not, make it “AllowOverride all” and restart your WampServer.
You may as well follow this tutorial: http://blog.cmstutorials.org/posts/tips-tricks/how-to-make-mod_rewrite-work-on-wamp