I need help. I have very less knowledge about design and development. I had website in .html now in wordpress. So please help me, what I need to do to 301 redirection to All old html URLs to New URLs. means how to do 301 redirection for all like abcde.com/xyz.html to abcde.com/xyz/ abcde.com/ttt.html to abcde.com/ttt/ and so on. Old html pages does not exist now what coding I need to use in .htaccess file. Thanks in advance
Wordpress exists in a single root directory, so why not just put a redirect in index.html at abcde.com/, redirecting to Wordpress?