Can I host my wordpress blog on github pages as a static webpage

This website gives a good answer on how to do this: https://www.hywel.me/static/site/wordpress/2016/07/17/fast-free-static-website-with-wordpress-and-github-pages.html In short: Set-up GitHub pages. Install Simply static plugin into WordPress. Push the export from the plug-in back to your git repository and you are done!

Page Redirection in WordPress

Thats a 404 Not Found Error. Please, make sure that the page actually exists on your WordPress blog. However, since the WordPress’ 404 page is not being shown, either your theme does not support 404 page OR something is wrong in the way Redirection plugin is setup. Also, what you want can be simply achieved … Read more