易优安装后点别的栏目出现No input file specified.

iis环境未配置好伪静态的缘故:

1、修改 PHP.INI cgi.fix_pathinfo=0,把0改为1
2、打开web.config
<action type="Rewrite" url="index.php/{R:1}" />
改成 
<action type="Rewrite" url="index.php?s={R:1}" />
3、在配置文件里加上 'URL_MODEL'=>2

转自:http://www.eyoucms.com/bbs/2315.html

猜你喜欢

转载自blog.csdn.net/eyoucms2/article/details/83210533
今日推荐