Convert Apache Htaccess to nginx's config
<Directory "download/">
RewriteEngine On
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</Directory>
Could someone convert it i cant because ill do this wrong :/






