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 [...]
Disable hot linking with htaccess
Sometimes we want to prevent stealing our content, there are lots of lamers with autoblogs that looking for your content to add it into their RSS, when they do it, your blog is avoided by search engines in ranking if those lamers have higher page rank than you. I don’t need hotlinking and I don’t [...]
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 [...]
