Im new to this I want to write .htaccess file for my project.I wrote this code as im running on my localhost :-
RewriteEngine on
RewriteRule ^http://192.168.1.185/location/new/project/rss\.php$ http://192.168.1.185/location/new/project/folder/rss.php
I want to redirect http://192.168.1.185/location/new/project/rss.php to http://192.168.1.185/location/new/project/folder/rss.php
This not working.Is im doing anything wrong? please help me on this thanks in advance