I use the system is CentOS, the site root directory is/var/www/html, the root directory is put head.inc.php, when I in index.php require (' head.inc.php ') Everything is normal, require ('. Head.inc.php ') is also normal when require ('/head.inc.php
1 Place the following code in a file in the root directory of the Web site so that it can be referenced in other files. 2 3 path mode:4 5 Define(' Base_path ',Str_replace(‘\\‘,‘/‘,Realpath(dirname(__file__).‘ /‘))." /");6 7 EchoBase_path;8 9 Ten
This article mainly describes how to configure PHP-FPM, common error resolution and PHP-FPM startup, shutdown, and restart.
The Nginx in the LNMP environment does not support PHP and requires the FASTCGI plug-in to process requests for PHP. and PHP
Here the CentOS 5.5 under Nginx 1.2.3 and PHP 5.2.17, the other version of the installation method is similar.
First, create Nginx and PHP-specific users and user groups
The code is as follows
Copy Code
The security practice of PHP, which must be known by system administrators, is an open source server scripting language and widely used. The Apacheweb server provides the convenience of accessing files and content through HTTP or HTTPS. Improper
The security practice of PHP, which must be known by system administrators, is an open source server scripting language and widely used. The Apacheweb server provides the convenience of accessing files and content through HTTP or HTTPS. Improper
1. PHP __file__ Constants (How to get the root directory)
The dirname (__file___) function returns the path where the script is located.
For example, the file b.php contains the following content:
$basedir = DirName (__file__);
?>
If b.php is
First of all, my operating environment is ubuntu14.04+nginx1.4+mysql5.6+php, second, I now have the problem is that my browser access to the Nginx root directory of the PHP project, reported 403forbidden error, but, There is no problem accessing a
This article mainly introduces the PHP access to the site root directory of the physical path of several methods, has a certain reference value, now share to everyone, the need for friends can refer to
Gets the physical path of the Web site root
PHP Tutorial Configuration Chinese Narration
Let's see what you see, php.ini.
[PHP]
;;;;;;;;;;;; WARNING;;;;;;;;;;;;; This is the default settings file for new PHP installations.; By default, PHP installs itself with a configuration suitable for;
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.