# ============================================= # WebGIS — .htaccess (Root) # Kompatibel dengan InfinityFree / Apache # ============================================= # Set halaman index DirectoryIndex index.html index.php # Blokir akses ke file sensitif Order allow,deny Deny from all Order allow,deny Deny from all Order allow,deny Deny from all # Blokir akses ke file .sql Order allow,deny Deny from all # Blokir akses ke file .gitignore dan .git Order allow,deny Deny from all # Aktifkan kompres GZIP untuk performa AddOutputFilterByType DEFLATE text/html text/css application/javascript application/json # Cache statis untuk performa ExpiresActive On ExpiresByType text/css "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType image/png "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month"