Im looking for some help to make those nginx rules run smoothly from apache2 htaccess :

RewriteRule ^api$ api.php [L]
RewriteRule ^admin/(.*) admin/index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]

Thanks for the help!
GoDofAdeN Reviewed by GoDofAdeN on . Nginx rewrite rules help Im looking for some help to make those nginx rules run smoothly from apache2 htaccess : RewriteRule ^api$ api.php RewriteRule ^admin/(.*) admin/index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php Thanks for the help! Rating: 5