include files from anywhere on the server
问题 I have website running perfectly on production server. I have moved it to another web server. (VPS). Let me explain you with example: The directory structure: includes/ header.php business/ index.php some other files... index2.php In my previous version, I used include_once(includes/header.php) in index.php and index2.php. It runs fine. but in my new server setup it's giving me error regarding path (obvious). ERROR: include_once(includes/header.php): failed to open stream: No such file or