我正在尝试使用apache在共享托管环境中设置yii2。我正在使用yii 2.0.3和高级模板。 应用似乎工作正常。我无法工作的是按照文档教程https://github.com/yiisoft/yii2/blob/master/docs/guide/tutorial-shared-hosting.md中所述分离会话和cookie。在最后一部分中有一些代码要添加到backend / config / main.php,但是当我添加它时,我无法再登录后端出现以下错误:
错误请求(#400) 无法验证您的数据提交。
这是我添加到backend / config / main.php的代码:
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" >
<shape>
<solid
android:color="@color/photoshopHoveredColor" />
</shape>
</item>
<item android:state_focused="true" >
<shape>
<solid
android:color="@color/photoshopHoveredColor" />
</shape>
</item>
<item>
<shape>
<solid
android:color="@color/photoshopColor" />
</shape>
</item>
</selector>
那我怎么能解决这个问题呢?如果您需要其他信息,请与我们联系。
提前致谢。