Quantcast
Channel: Nginx Forum - Other discussion
Viewing all articles
Browse latest Browse all 972

Rewrite

$
0
0
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.

Viewing all articles
Browse latest Browse all 972

Trending Articles