成人午夜激情影院,小视频免费在线观看,国产精品夜夜嗨,欧美日韩精品一区二区在线播放

國外空間出現No input file specified.的錯誤

2014-06-23 17:19:57來源:威易網作者:icech

安裝了一個iWebshop程序在國外的空間,安裝一切正常,但是訪問首頁的時候發現,竟然是“No input file specified”錯誤。

安裝了一個iWebshop程序在國外的空間,安裝一切正常,但是訪問首頁的時候發現,竟然是“No input file specified”錯誤。

其他頁面沒問題,方式index.php帶參數也沒問題,就是當直接訪問域名出現這個錯誤。

http://site/index.php 正常

http://site/ 出現以上錯誤

難道是默認首頁設置的問題?在cPanel下找了好久也沒找到哪里可以調整“默認首頁”,只好在“.htaccess”文件里面設置。

原來的“.htaccess”代碼為:

<IfModule mod_rewrite.c>
    RewriteEngine on
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond $1 !^(index\.php|robots\.txt|views|plugins|backup|upload|image|runtime|install)
 RewriteRule ^(.*)$ index.php/$1 [L]
 </IfModule>

改成:

<IfModule mod_rewrite.c>
    DirectoryIndex index.php index.html
    RewriteEngine off
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond $1 !^(index\.php|robots\.txt|views|plugins|backup|upload|image|runtime|install)
 RewriteRule ^(.*)$ index.php/$1 [L]
 </IfModule>

就好了。
 

贊助商鏈接:

推薦文章
    主站蜘蛛池模板: 兰州市| 宜城市| 米脂县| 康马县| 吉安县| 东方市| 永顺县| 许昌市| 施甸县| 晋州市| 托里县| 玉龙| 兴宁市| 漳浦县| 札达县| 金乡县| 环江| 渝中区| 武安市| 太仓市| 永丰县| 郧西县| 柳州市| 福贡县| 阿图什市| 高尔夫| 星子县| 申扎县| 奇台县| 莲花县| 正宁县| 衡阳市| 荣昌县| 富蕴县| 衢州市| 富蕴县| 洱源县| 莱阳市| 桓台县| 新干县| 西昌市|