Nginx的1.6.2 / PHP,限制网站的PHP到/
警告:包含(/functions.php):未能打开流:在13行/ home / sites /
如何限制PHP到www网站目录/以便它不回到/ home / sites / mywebsite / www / ?
Nginx 1.6.2 - Debian 8 - PHP版本5.6.30 - FPM / FastCGI
如果functions.php
位于相同的目录 - 比尝试这个:
include __DIR__ . '/functions.php';
链接地址: http://www.djcxy.com/p/32427.html