【phpstudyV8】配置laravel5环境,网站伪静态需要配置,否则访问不了
location / { if (!-e $request_filename){ rewrite ^/(.*)$ /index.php/$1 last; } }