WordPress will throw a 404 not found error, with either a .html or .htm extension for permalink pages if a file of the same name can be found within the web root directory. So, for instance: * If you create a new wordpress page called ‘contact’, and * You create an HTML page called ‘contact.html’ […]
Tag: wordpress
WordPress on Heroku
I wanted a simple way to push WordPress to Heroku. It doesn’t get much simpler than this https://github.com/mhoofman/wordpress-heroku In regards to using your own custom domain name, the tutorial recommends using A records with a set of defined IP addresses. Instead, I think the better approach is to use a CNAME record pointing to your […]