Online Forum To Support Coders With Technical Assistance - Read Write Execute

define htaccess ?

Ankit Agrawal
Ankit Agrawal
Published on July 1, 2014 · 1 min read

Hypertext Access, commonly shortened to htaccess, is a powerful configuration file which controls the directory it is placed in and all the subdirectories underneath it.

.htaccess is a configuration file for use on web servers running the Apache Web Server software. When a .htaccess file is placed in a directory which is in turn ‘loaded via the Apache Web Server’, then the .htaccess file is detected and executed by the Apache Web Server software.

Was this article helpful?
Ankit Agrawal

Ankit Agrawal

Author & Senior Engineer at CodeExecute

Writing practical engineering guides, debugging real-world bottlenecks, and creating free tools for developer productivity.

← Previous Article How to enable ajax browsing ? Next Article → How to prevent directory listing of your website