选择语言中文 显示找不到页面

安装报错 · yishun1006 · 于 6年前 发布 · 1995 次阅读

如题 除了首页 其他页面,选择中文显示找不到页面

共收到 3 条回复
Fecmall#16年前 0 个赞

nginx 加入配置

 	location /cn/ {
        index index.php;
        if (!-e $request_filename){
                rewrite . /cn/index.php last;
        }
	}
yishun1006#26年前 0 个赞

apache 需要怎么写?

Fecmall#36年前 0 个赞

@yishun1006 #2楼 不了解apache,问一下群里吧,

或者参考下: http://blog.csdn.net/dracotianlong/article/details/12519157

添加回复 (需要登录)
需要 登录 后方可回复, 如果你还没有账号请点击这里 注册
Your Site Analytics