About 20,700 results
Open links in new tab
  1. Apache HTTP Server Tutorial: .htaccess files

    When (not) to use .htaccess files ¶ If you have access to the main server configuration file, you should put all of your configuration there instead of in .htaccess files. This includes user authentication, …

  2. Beginner’s Guide to .htaccess: Complete Cheat Sheet ... - HostScore

    Apr 21, 2025 · .htaccess is a simple text file that lets you control how your web server handles requests. While it was originally designed for managing access to

  3. How to locate and create .htaccess file – A step-by-step guide

    Dec 22, 2025 · Want to create website redirects or set default pages? Here you'll learn to locate and create the .htaccess file in both hPanel and cPanel.

  4. .htaccess - Wikipedia

    A .htaccess file A .htaccess (hypertext access) file is a directory -level configuration file supported by several web servers, used for configuration of website-access settings such as URL redirection, …

  5. Apache HTTPD / .htaccess – Advanced Administration Handbook

    Apr 25, 2023 · The .htaccess is a distributed configuration file, and is how Apache handles configuration changes on a per-directory basis. WordPress uses this file to manipulate how Apache serves files …

  6. Apache Configuration: .htaccess - Learn web development | MDN

    Apr 13, 2026 · Apache .htaccess files allow users to configure directories of the web server they control without modifying the main configuration file.

  7. How To Use the .htaccess File - DigitalOcean

    Mar 5, 2026 · Learn how to use the .htaccess file to control redirects, security rules, and server behavior on Apache with practical examples.

  8. .htaccess File Guide 2026: Complete Tutorial With Copy-Paste Examples

    Aug 22, 2025 · Master .htaccess: URL redirects, password protection, caching rules, security headers. Copy-paste examples for every use case - the complete reference.

  9. Your Complete .htaccess Guide: Including .htaccess basics & more

    Mar 4, 2024 · Often underestimated, .htaccess files have significant influence over server configurations, directly impacting website performance, security, and functionality. Whether you’re an experienced …

  10. apache - What is .htaccess file? - Stack Overflow

    Nov 1, 2012 · Htaccess is a configuration file of apache which is used to make changes in the configuration on a directory basis. Htaccess file is used to do changes in functions and features of …