Some times one can steal your images by directing URL on your site, it is called image hot linking. In this way others not only steal your images also use your bandwidth. You can stop this in your web servers running Apache’s htaccess file. Follow steps below to stop hot linking for your site

(Keep reading…)

apache_mod_rewrite
Apache

Redirect HTTP To HTTPs with mod_rewrite

By: TechBabu on December 15th, 2009
1

We all knows HTTPS is the use of Secure Socket Layer (SSL) or Transport Layer Security (TLS) as a sublayer under regular HTTP application. The HTTPS protocol encrypts and decrypts user’s page requests as well as the pages that are returned back by the Web server.

In this little tutorial We will show you how we can redirect our normal http traffic to https using apache mod_rewrite module.

(Keep reading…)