If you find that you need to redirect old pages to new pages you can create a .htaccess file in the public_html folder and add lines similar to the one below
>Redirect permanent /your-page.ext http://your-domain.ext/page-path/page-name.ext
Replace your-page.ext with actual old page name
Replace your-domain.ext with your actual domain name
Replace page-path with actual path to new page (if public_html not needed)
Replace page-name.ext with new page name