diff --git a/.htaccess b/.htaccess index 9b487d4..77bb074 100644 --- a/.htaccess +++ b/.htaccess @@ -1,29 +1,2 @@ -# AI Tools Usage Report System - Apache Configuration - -# ============================================ -# DISABLE DIRECTORY BROWSING -# ============================================ - +# Disable directory browsing Options -Indexes - -# ============================================ -# DEFAULT DOCUMENT -# ============================================ - -DirectoryIndex report.php index.php index.html - -# ============================================ -# PROTECT .ENV FILES -# ============================================ - - - Require all denied - - -# ============================================ -# PROTECT .GIT DIRECTORY -# ============================================ - - - Require all denied -