<IfModule mod_rewrite.c>
    RewriteEngine On
    
    # Let PHP handle CORS headers via cors.php
    # Do NOT set CORS headers here - they conflict with PHP headers
</IfModule>