How To Prevent Image Hot Linking Using Htaccess?

Image hot linking is one of the most common problems for web masters. Most of web masters are facing this issue frequently. We can easily stopped Image hot linking by other site using simple few lines of .htaccess code. We can set this htaccess code in your root directory or image containing folders. Hot linking refers to add a direct link of another website content or resource to your own website.

Continue Reading....

Tagged with: Server Problems Tips & Tricks Tutorials Web Articles

Htaccess Password Protection

Sometimes we want to restrict access of our server files,folders from unauthorized uesrs. By using htaccess you can make your server files and its directories more secured and safe. For this you need to create an htaccess file and a htpassword file. In htaccess file you have to write directory names and In another htpasswd file you have to write login user name and password.

Continue Reading....

Tagged with: Server Problems Tips & Tricks Tutorials Web Development

9 Major Reasons For 404 Error

There are many reasons you will see 404 errors in your log files. In case you forgot, a 404 error means a request was made for a file or an object and it did not exist.

Continue Reading....

Tagged with: Html Server Problems Tutorials Web Development