valijan 发表于 2026-4-21 14:23:14

【待反馈】访问新建的WordPress网站下载目录里的index.PHP,

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';

尝试过一键部署

大炮运维V587 发表于 2026-4-22 10:11:47

您好,您看下您的网站使用的PHP是否开启或者和当前的WordPress是否匹配?
页: [1]
查看完整版本: 【待反馈】访问新建的WordPress网站下载目录里的index.PHP,