亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

路由規則不生效

? location / {
??? try_files $uri $uri/ /index.php?$query_string;
? }

已經在站點中配置了如下

server {
? listen 80;
? server_name 106.14.205.72;
? access_log /data/wwwlogs/106.14.205.72_nginx.log combined;
? index index.html index.htm index.php;
? root /data/wwwroot/fange;
?
? location / {
??? try_files $uri $uri/ /index.php?$query_string;
? }
? #include /usr/local/nginx/conf/rewrite/laravel.conf;
? #error_page 404 /404.html;
? #error_page 502 /502.html;
?
? location ~ [^/]\.php(/|$) {
??? #fastcgi_pass remote_php_ip:9000;
??? fastcgi_pass unix:/dev/shm/php-cgi.sock;
??? fastcgi_index index.php;
??? include fastcgi.conf;
? }
? location ~ .*\.(gif|jpg|jpeg|png|bmp|swf|flv|mp4|ico)$ {
??? expires 30d;
??? access_log off;
? }
? location ~ .*\.(js|css)?$ {
??? expires 7d;
??? access_log off;
? }
? location ~ /\.ht {
??? deny all;
? }
}但訪問過程除了/外的路由必須帶index.php
http://106.14.205.72/blog2/public/basic1? 結果File not found.
http://106.14.205.72/blog2/public/? 這個能訪問出現laravel的welcom視圖
Route::get('/', function () {
????return view('welcome');
});
Route::get('basic1',function(){
? ? return 'hello world2';
});

正在回答

1 回答

路由代碼沒問題,應該是其他問題,不太清楚

0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消
輕松學會Laravel-基礎篇
  • 參與學習       64290    人
  • 解答問題       298    個

Laravel框架基礎視頻教程,輕松入門,了解Laravel的優勢

進入課程

路由規則不生效

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號