RewriteEngine On RewriteBase /copilots/ # Capture the 'copilot' parameter from the query string RewriteCond %{QUERY_STRING} ^copilot=([^&]+)$ # Rewrite /copilot?copilot=email@example.com to download.php RewriteRule ^$ download.php?file=uploads/Broxmouth2025-pdf_v1.html&email=%1 [L]