当我将网站移到子文件夹中时,我总是担心路径问题,因为我不知道如何使用PHP处理它。
我想通过一个例子来学习,因为我可以很容易地通过看例子来学习它。
假设我有一个网站在这个目录下运行:httpdocs/development/subfolder/myWebsite/index.php
默认情况下,PHP会运行httpdocs/index.php,所以它是根路径,但我的网站在一个子文件夹中运行。
在我的网站的index.php中(所以我们在一个子文件夹中),我如何确保我指向正确的文件夹?
<img src="images/1.jpg"> // Does no dot m
我有一个做配置数据库的base.php文件
define("HOST", "localhost"); // The host you want to connect to.
define("USER", "user"); // The database username.
define("PASSWORD", "pass"); // The database password.
define("DATABASE", "
我已经建立了一个非常简单的网站使用PHP包括显示页脚和侧边栏,这些PHP包括工作时,我在我的电脑上,并查看他们使用EasyPHP,但当我来上传网站和查看它时,我得到以下错误显示在页面上:
Warning: include() [function.include]: open_basedir restriction in effect.
File(/usr/local/apache/htdocs/includes/sidebar.php) is not within the allowed path(s):
(/home/:/usr/lib/php:/tmp) in /home/a5562725