Tag: server

  • Learn about your server’s .htaccess file

    Learn about your server’s .htaccess file

    A .htaccess (hypertext access) file is a directory-level configuration file supported by several web servers. It allows for decentralized management of web server configuration. They are placed inside the web tree, and are able to override a subset of the server’s global configuration for the directory and all sub-directories. Redirect users to custom error pages…