Skip to content

Dear Internet Explorer user: Your browser is no longer supported

Please switch to a modern browser such as Microsoft Edge, Mozilla Firefox or Google Chrome to view this website's content.

Stop Git from always asking for user credentials

Posted 11th April 2024

No comments

Here are a few methods for preventing Git from asking for user credentials upon every push.

Read the full story...

HTTPS for Free

Posted 29th January 2017

No comments

For those wishing to serve their website securely over HTTPS (Hypertext Transfer Protocol Secure) via SSL/TLS, there is now a free option for obtaining the necessary certificates.

Read the full story...

Enabling SSL and HTTPS on a WordPress site

Posted 13th November 2016

No comments

Step-by-step instructions for enabling your WordPress blog or website to be served over HTTPS using SSL or TLS.

Read the full story...

PHP file_get_contents over HTTP or HTTPS

Posted 3rd November 2016

No comments

A nifty PHP script which will detect whether a page is being served over HTTP or HTTPS and return the result as a string for use in PHP file_get_contents (or other) include functions.

Read the full story...

Redirect HTTP to HTTPS

Posted 28th October 2015

No comments

Use .htaccess to redirect all server traffic from HTTP to HTTPS

Read the full story...