码迷,mamicode.com
首页 > 系统相关 > 详细

Linux WordPress 访问域名下载文件

时间:2020-12-10 11:25:11      阅读:11      评论:0      收藏:0      [点我收藏+]

标签:一个   environ   front   相关   res   file   efi   which   The   

安装好wordpress后访问域名,没有弹出wordpress相关界面,而是下载一个文件。

<?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 __DIR__ . ‘/wp-blog-header.php‘;

 应该是服务器不识别PHP文件,可通过宝塔下载php即可。

Linux WordPress 访问域名下载文件

标签:一个   environ   front   相关   res   file   efi   which   The   

原文地址:https://www.cnblogs.com/dengziqi/p/14092635.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!