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

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

就好了。
 

贊助商鏈接:

推薦文章
    主站蜘蛛池模板: 蚌埠市| 张家界市| 鄂伦春自治旗| 新安县| 蓬莱市| 舞阳县| 措勤县| 沭阳县| 始兴县| 无棣县| 漯河市| 大庆市| 若羌县| 白河县| 乳山市| 滁州市| 合阳县| 策勒县| 宝清县| 张家口市| 名山县| 万宁市| 册亨县| 福泉市| 巩留县| 黄骅市| 石楼县| 枞阳县| 北票市| 墨脱县| 大悟县| 河源市| 安化县| 新泰市| 门头沟区| 民丰县| 枞阳县| 延安市| 余干县| 临清市| 贵州省|