How to Change the Colour of Address Bar in Chrome Mobile Browser to match your website: Just add the following between your <head></head> tags (for WP this in your header.php) […]
Simple IIS rewrite to redirect all non-SSL and non-www traffic in a single URL rule, just place in the web.config: <rewrite> <rules> <rule name=”Force WWW and SSL” enabled=”true” stopProcessing=”true”> <match […]
For NGINX/Apache hosts: RewriteEngine On RewriteBase / RewriteCond %{HTTPS} !=on RewriteCond %{SERVER_PORT} ^80 RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] RewriteRule ^index\.php$ – [L] Best done with a plugin on CMS/WP sites! […]
For more details go here: virtuallyGhetto Or skip to the fix we used, download the latest (beta) flash client and uninstaller here. Run the uninstaller (bottom of page link), then […]
Vesta control panel use main sites SSL cert Here is how to re-use your site SSL for both the site and the Vesta control panel. If you are using Letsencrypt […]
Assuming a single site Apache host, the following should get you SSL’d Get the package: sudo apt-get update sudo apt-get install python-letsencrypt-apache Setup the SSL Cert: sudo letsencrypt –apache -d […]
Sometimes it’s the little things… Force browsers to use your shiny new favicon. <– add ?v=2 to favicon –> <link rel=“shortcut icon“ href=“/favicon.ico?v=2“>