15/05/2016htaccessRedirecting non-www to www with .htaccessIf you want to redirect all non-www requests to your site to the www version, all you need to do is add […]
20/04/201620/04/2016htaccessRedirect HTTP to HTTPS with .htaccessIf you want to redirect all traffic from http to https, just put the following lines in your .htaccess file. RewriteCond %{HTTPS} […]