我一直关注这个tutorial在我的笔记本电脑上本地安装wordpress,运行Ubuntu 16.04 当我尝试使用浏览器访问我的IP时,我收到以下消息。
<?php
/**
* Front to the WordPress application. This file doesn't do anything,but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . 'var/www/html/wordepress/wp-blog-header.php' );
我曾尝试在另一个目录中安装wordpress或再次下载,但错误仍然存在。 此外,我一直在搜索此错误,但所有答案都是关于服务器上的安装,而不是本地安装。有谁知道我应该做什么?