I'm new to Nginx, how can I rewrite this mod_rewrite, so that will work in Nginx?
RewriteEngine On
RewriteRule (.*) index.php
I tried this, but it didn't work.
location / {
(...)
reqrite (.*) /index.php last;
}
Thanks!
|
I'm new to Nginx, how can I rewrite this mod_rewrite, so that will work in Nginx?
I tried this, but it didn't work.
Thanks! |
|||
|
|
|
Try:
|
|||||||||
|