How to hide index.php on nginx

Comparing #5 with #6

Revision #6 was created by Zolter Zolter on Dec 25, 2009, 11:21:41 AM.

russian link

Content

[...]
rewrite (.*) /yiiGuestbook/index.php/$1;
}
}
~~~

Please refer to [the Guide](http://www.yiiframework.com/doc/guide/topics.url) for hiding `index.php` on Apache httpd server.

 
 
### Links
 
 
[Russian version](http://dbhelp.ru/nginx-good-urls/page/)