lumen url重寫

打開nginx配置文件vhosts.conf,加上try_files $uri $uri/ /index.php?$query_string; ,以下php

location / {
            index  index.html index.htm index.php;
            #autoindex  on;
            try_files $uri $uri/ /index.php?$query_string;
}
相關文章
相關標籤/搜索