laravel5: chdir(): No such file or directory (errn

2019-01-20 11:29发布

I have a problem when deploy website build on laravel 5 into VPS server, but on local machine it work fine.

My page is http://easyway.vn/ current page display blank with error

Failed to load resource: the server responded with a status of 500 (Internal Server Error)

When I run

php artisan serve --host=0.0.0.0

I have a error

[ErrorException]
chdir(): No such file or directory (errno 2)



Server Info

OS: Linux 2.6
Server version: Apache/2.2.29 (Unix)
PHP 5.4.41 (cli) (built: Jun 4 2015 13:27:02) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies

Help me please!

标签: laravel-5 vps
7条回答
萌系小妹纸
2楼-- · 2019-01-20 12:22

go to server.php in root folder and rename any public to any name you have

查看更多
登录 后发表回答