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

國外空間出現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>

就好了。
 

贊助商鏈接:

推薦文章
    主站蜘蛛池模板: 临安市| 宁陕县| 鸡西市| 丰都县| 商都县| 泸定县| 鄯善县| 临桂县| 南川市| 峨边| 通海县| 汪清县| 卢湾区| 海林市| 高尔夫| 邢台市| 蕉岭县| 北安市| 博野县| 玉门市| 上饶县| 香河县| 望谟县| 昌吉市| 洞口县| 乐昌市| 卢湾区| 靖西县| 平昌县| 八宿县| 碌曲县| 阳西县| 连州市| 丹阳市| 平顺县| 伊金霍洛旗| 泽州县| 信阳市| 乌拉特中旗| 怀化市| 东城区|