Revision #6 has been created by Zolter on Dec 25, 2009, 11:21:41 AM with the memo:
russian link
« previous (#5) next (#7) »
Changes
Title
unchanged
How to hide index.php on nginx
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
changed
[...]
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/)