c3868db8e2
Changed User-Agent blocking output from old .htaccess SetEnvIfNoCase format to modern mod_rewrite format suitable for cPanel global config. New format: - File: /etc/apache2/conf.d/includes/pre_main_global.conf - Uses <IfModule mod_rewrite.c> with RewriteCond/RewriteRule - Returns 403 Forbidden [F,L] for bad bots - Case-insensitive matching [NC] - Properly formatted for cPanel best practices Also updated SEO bot blocking section to match format.