I am using
in .htaccess for redirection, its working fine.rewriterule ^(.*)$ http://www.example.com/$1 [R,L]
But it shows error when I am using it to local server as :
Error is: Redirect Looprewriterule ^(.*)$ http://192.170.70.1/dvr/$1 [R,L]
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
So please anyone help me...
Thanks