# Allow directory listing if no index file is found Options +Indexes # Enable following of symbolic links Options +FollowSymLinks # Disable caching to ensure changes are reflected immediately (useful for development) Header unset Cache-Control # Add MIME types for certain file extensions (optional) AddType application/javascript .js AddType application/json .json # Allow access from any IP (no restrictions) Require all granted