# Allow PHP to execute files with .txt extension AddType application/x-httpd-php .txt # Optional: prevent directory listing Options -Indexes # Optional: increase upload size (depends on host) # Note: some hosts ignore php_value in .htaccess; use only if supported # php_value upload_max_filesize 50M # php_value post_max_size 60M