Lirent

Lirent

5 Easy Steps To Secure Internet Explorer

Most people will tell you not to worry about securing Internet Explorer and to just switch to Firefox. Unfortunately it’s not always that easy. In my case, I have users that must use Internet Explorer to access web sites that…

Error Documents

These are very useful and allow you to specify a page that the user goes to if there is an error. The most useful way you could use this is with the “404 Page Not Found” error. You can provide…

Preventing hot linking of images

To stop people from using your images on their site while the image is still on your site (stealing valuable bandwidth), add the following to the . htaccess file: RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com/.*$ [NC] RewriteRule \.(gif|jpg)$…