課程
/后端開發
/PHP
/手把手教你實現電商網站后臺開發
為什么我點擊admin后 連下級目錄都沒打開 直接就跳到了驗證碼的頁面
2019-02-15
源自:手把手教你實現電商網站后臺開發 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搭建電子商務平臺,由淺入深教你搭建電商系統
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
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>