Revision #5 has been created by mishhh on Feb 21, 2009, 1:02:06 PM with the memo:
changed title for organizing purpose
« previous (#4) next (#6) »
Changes
Title
changed
Hidingow to hide index.php on nginx
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
unchanged
[...]
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.