Using 301 Redirect To Redirect A Webpage
When I hosted the site, the pages were html files. Later to add more functionality I converted them to php files.
But search engines have already indexed those .html files. So when a visitor comes after a search in Google, the ‘ File Not Found’ error is displayed.
We can avoid this using 301 redirect.
.htaccess file
When a [...]