Am using 'xampp' in windows 7.
I have my index.php in a folder under the localhost(root) and the path would be like (http://localhost/folder/index.php)
And i added the below lines in the file '.htaccess' which i have placed under the folder
RewriteEngine On
RewriteRule index index.php [L]
But its not working. Help me.