RewriteCond %{REQUEST_URI} ^/assets/temp_csv [NC]
RewriteCond %{REQUEST_URI} !\.(csv)$ [NC]
RewriteRule .* - [F,L]