I changed my website from html to php and to keep my rankings I've made a 301 redirect from html to php (I have only 3 pages) using .htaccess. Below is the code Redirect 301 /index.html http://www.invisibleyahoo.com/index.php Redirect 301 /yahoo-status.html http://www.invisibleyahoo.com/yahoo-status.php Redirect 301 /yahoo-detector.html http://www.invisibleyahoo.com/yahoo-detector.php Code (markup): The redirection for the first page and the second page works but the redirection for the last page won't work. Can you tell me why? I did something wrong? Thank you for your help.
What errors are you getting within your error logs or page? More details required for appropriate conclusion/recommendation to be made.
Your third redirection rule is working fine for me. I could successfully redirected to php page. Kailash