views:

36

answers:

1

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..

A: 

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

naivists
am not did any changes in httpd.conf file, what should i do now
Bharanikumar
i got 500 internal server error..i followed posted tutorial link[click here][1] [1]: http://pastebin.com/m7d25e7ba
Bharanikumar
also my folder not visible ..
Bharanikumar