i am on opensuse linux machine, i need to verfiy if the 301 redirect will work properly, so i want to check it locally first, i have created a .htaccess file in my htdocs folder
and have the following lines in it
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^localhost [nc]
rewriterule ^(.*)$ http://www.google.com/$1 [r=301,nc]
but it aint working, can someone tell me , how to go about it?
and have the following lines in it
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^localhost [nc]
rewriterule ^(.*)$ http://www.google.com/$1 [r=301,nc]
but it aint working, can someone tell me , how to go about it?