广州SEO > 织梦SEO >
打开网页出现No input file specified的解决方法
时间:2017-10-26来源:广州SEO责任编辑:LEO博客 点击: 次
打开网页出现No input file specified的解决方法
apacheNo input file specified
apache No input filespecified,今天是我们配置apache RewriteRule时出现这种问题,解决办法很简单如下
打开.htaccess 在RewriteRule 后面的index.php教程后面添加一个“?”
完整代码如下
.htaccess
RewriteEngine on
RewriteCond $1 !^(index.php|images|robots.txt)
RewriteRule ^(.*)$ /index.php?/$1 [L]
或者
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
关键词:
- 原创文章:打开网页出现No input file specified的解决方法_LEOseo 转载请注明,谢谢!
- 文章标题:打开网页出现No input file specified的解决方法
- 永久链接:http://seo.89sp.com/zmseo/167.html
版权信息
- 百度算法大全
¤2018-08-30
- SEO网站优化的精髓
¤2018-08-30
- 如何预防服务器被非法域名恶意指向
¤2017-03-17
- 如何衡量网站链接的价值
¤2017-03-17
- 如何分析竞争对手的seo策略与seo资源
¤2017-03-17