Below is a reference table of HTTP status codes: Status Code Description 100 Continue. The server has received the request headers and the client should continue with the request. 101…
The following WordPress PHP function shows how to redirect the author page to the home page. It will redirect using the HTTP 301 code, which tells the browser that the…
Problem When clicking on a link to download a file in Google Chrome - the download does not start. No prompts appear on the page, screen or in the address…
Problem After installing WordPress on WebMatrix, the page does not load. Giving an error message which reads: HTTP Error 500.0 - Internal Server Error The page cannot be displayed because…
I'm not interested in getting into the technical aspects of setting up a VPS as a web server - instead I choose to use DigitalOcean and ServerPilot to get me…
WordPress 4.4 introduced a new feature for the WYSIWYG editor (TinyMCE) - auto-embedding of URL's added to the editor content. With this feature URL's for approved websites added to the content will…
Ransomware is becoming a growing problem, posing a massive threat to all computer users - particularly businesses with many users and shared network drives. The typical ransomware starts with a…
The htaccess rule below shows how to force all traffic to go over HTTPS, rather than HTTP. This assumes you have correctly setup a certificate and traffic can be served…
If you're serious about optimising a WordPress website for speed, then you need to setup your website to serve the static content, such as images and css files, from a…