Hello,
I inherited this piece of htaccess:
> RewriteEngine On > RewriteBase / > > RewriteCond %{REQUEST_FILENAME} !-d > RewriteCond %{REQUEST_FILENAME} !-f > RewriteRule ^(.*)$ index.php [QSA,L] > >Any ideas of how to convert this to nginx-friendly configuration?
Thank you,
Ruslan D.