Redirect non www to www http:// and https://

I was on the search today to figure out how to redirect all traffic from a non-www address to a www address and also keep the SSL in the redirect using htaccess. The following code will allow this to work. RewriteEngine On RewriteCond %{HTTP_HOST} ^+$ RewriteCond %{HTTPS}s ^on(s)| RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} So if you visit mydomain.com it will redirect to Read More

How to Install and Check IonCube Installation on Your Localhost

How to Install and Check IonCube Installation on Your Localhost

Ioncube is an encryption which many developers use to assist in the prevention of cracking, nulling and outright stealing the code.  Installing iconcube on your localhost development sandbox is pretty simple.  Here I will walk you through the installation of Ioncube on Windows using WAMP. Download the Free IonCube Loaders for your PC (machine), by choosing Read More

New Blog Post: MySQL Using the JOIN Operand Within a Query - http://goo.gl/KHUij