Revision #9 has been created by 张 迪 on May 26, 2014, 3:58:38 AM with the memo:
Add chinese link
« previous (#8) next (#10) »
Changes
Title
unchanged
Key web server settings after installing a fresh Yii 2 basic or advanced app
Category
unchanged
Tips
Yii version
unchanged
Tags
unchanged
yii2, advanced, basic, app, install, security, access, .htaccess, apache, web, folder, directory, prevent, prettyurl
Content
changed
[...]
Just set this in your `.htaccess` file:
~~~
<IfModule php5_module>
php_value session.cookie_httponly true
</IfModule>
~~~
* [中文/Chinese](http://www.yiiwiki.com/post/63)