課程
/后端開發(fā)
/PHP
/手把手教你實現(xiàn)電商網(wǎng)站后臺開發(fā)
為什么我點擊admin后 連下級目錄都沒打開 直接就跳到了驗證碼的頁面
2019-02-15
源自:手把手教你實現(xiàn)電商網(wǎng)站后臺開發(fā) 2-3
正在回答
你看看你的admin文件夾下是不是有index文件 有的話他默認是直接打開index文件的 找到Apache的httpd.conf文件? 找到
<IfModule dir_module>
? ? DirectoryIndex index.php index.php3 index.html index.htm
</IfModule>
用#把DirectoryIndex那一行注釋掉就行了
? ? #DirectoryIndex index.php index.php3 index.html index.htm
舉報
手把手教你用PHP搭建電子商務(wù)平臺,由淺入深教你搭建電商系統(tǒng)
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2019-02-23
你看看你的admin文件夾下是不是有index文件 有的話他默認是直接打開index文件的 找到Apache的httpd.conf文件? 找到
<IfModule dir_module>
? ? DirectoryIndex index.php index.php3 index.html index.htm
</IfModule>
用#把DirectoryIndex那一行注釋掉就行了
<IfModule dir_module>
? ? #DirectoryIndex index.php index.php3 index.html index.htm
</IfModule>