第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請及時(shí)綁定郵箱和手機(jī)立即綁定

路由訪問不了

我在routes.php里寫得路由訪問不了怎么回事啊老師? 把他原來自帶得路由原先是‘/’可以訪問,但是改下名字也不行了。。才入坑求解


The requested URL /php/laravel/public/member/info was not found on this server.



正在回答

2 回答

你沒有URL重寫,就是把入口文件省略做配置。如果沒配置的話,每一個(gè)URL都加上index.php的入口文件。

0 回復(fù) 有任何疑惑可以回復(fù)我~

你是什么環(huán)境的,我之前遇到過這種問題,我是 nginx 的環(huán)境,要修改nginx的配置文件就可以了 ??

server?{
????listen???????80;
????server_name??test.laravel.local;
????access_log??/home/wwwroot/default/logs/access_laravel.log;
????error_log???/home/wwwroot/default/logs/error_laravel.log;
????root???/home/wwwroot/default/laravel5/public;

????index?index.html;
????location?/?{
??????index??index.php;
??????try_files?$uri?$uri/?/index.php?$query_string;
????????if?(!-e?$request_filename)?{
????????????????rewrite??^/(.*)$??/index.php/$1??last;
????????????????break;
????????}
????}

????location?~?.+\.php($|/)?{
????????set?$script????$uri;
????????set?$path_info??"/";
????????if?($uri?~?"^(.+\.php)(/.+)")?{
????????????set?$script?????$1;
????????????set?$path_info??$2;
????????}
????????fastcgi_pass?unix:/tmp/php-cgi.sock;
????????fastcgi_index??index.php?IF_REWRITE=1;
????????include?fastcgi_params;
????????fastcgi_param?PATH_INFO?$path_info;
????????fastcgi_param?SCRIPT_FILENAME??$document_root/$script;
????????fastcgi_param?SCRIPT_NAME?$script;
????}
}


1 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

路由訪問不了

我要回答 關(guān)注問題
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)