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.
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.
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.
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.
Redirect HTTP to HTTPS
Posted 28th October 2015
No comments
Use .htaccess to redirect all server traffic from HTTP to HTTPS