The requested URL /index/index/index was not found on this server
我是一個thinkPHP5的新手,我不明白 localhost 顯示出 3個index,而localhost/index/index/index ?怎么就顯示不出來,提示:The requested URL /index/index/index was not found on this server,求解
我是一個thinkPHP5的新手,我不明白 localhost 顯示出 3個index,而localhost/index/index/index ?怎么就顯示不出來,提示:The requested URL /index/index/index was not found on this server,求解
2017-05-24
舉報
2020-04-22
加個php就好
2020-04-22
http://127.0.0.1/index.php/index/index
2018-05-10
老師,我用的也是phpstudy,輸入url路由訪問后什么都沒顯示,是什么原因呢
2017-08-16
我用phpstudy這些配置沒問題啊,為啥還是打不開呢
2017-08-12
沒用啊..
2017-06-22
在phpstudy里面的LoadModule rewrite_module modules/mod_rewrite.so是沒有注釋掉的,而
Directory /中的AllowOverride 原本就是All
2017-05-25
我自己知道了,是Apache的配置問題,在Apache的httpd.conf的?LoadModule rewrite_module modules/mod_rewrite.so前面#去掉,還有根目錄的AllowOverride none的none改成 all,重啟wamp就ok了
2017-05-24
路由的問題
2017-05-24
你去設(shè)置里面看下,也許你下載的版本,這個是開啟的。這個后面的課程會講的
2017-05-24
開啟了強制路由轉(zhuǎn)換吧