webmaster tutorials and internet facts

htaccess file tips and tricks

Htaccess (hypertext access) found as an .htaccess file is the default name of a directory and file level configuration file that allows for decentralized management of apache web server configuration. .htaccess file located inside the web tree, and is able to override a subset of the server’s global configuration. htaccess file configuration is a very important [...]

Generate .htpasswd with PHP

One of our tutorial is about protecting file or directory with .htaccess and .htpasswd apache configuration files. Due to raising interest on this issue we decided to create tutorial on how to generate .htpasswd file with PHP online, you can create a great free tool for your website to attract more eye balls to your [...]

Protect files and folders with htaccess

Hi, most of the hosting companies not allow access to their apache configuration files usually because of security reasons, htaccess file provides advanced solution in hosting server configuration, there are many methods to configure htaccess manually to allow proper security and functionality level of our website. htaccess file is an extension file and could be created [...]