I hope someone can help me with this.
I have a script in a domain called domain.com then the rewrite rules is in domain.com/clients/api and the rewrite rules is made from apache which is .htaccess and it has:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
Can anyone help me what to put/convert rewrite in my nginx configuration ?
Appreciate it.
I have a script in a domain called domain.com then the rewrite rules is in domain.com/clients/api and the rewrite rules is made from apache which is .htaccess and it has:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
Can anyone help me what to put/convert rewrite in my nginx configuration ?
Appreciate it.