To Fix HTTP 400-499 error codes with 301 redirects in .htaccess file
- by user2131844
Google previously indexed my websites pages (sitemap.xml) with below format:
www.domain.com/2013/04/18/hot?test-gadgets-of-2013-to-include-in-?your-list
www.domain.com/2013/02/09/rin?gdroid
I have resubmitted the sitemap but there are still 404 errors in Google/Bing engine.
Could you please help me to write 301 redirects rule in .htaccess file so when some clicks the URL for:
www.domain.com/2013/02/09/rin?gdroid
They should be redirected to:
www.domain.com/rin?gdroid
How we can write rule in .htaccess file to remove date part 2013/02/09/?