我刚刚删除并重新安装了wordpress,我想有些事情搞砸了。。
现在,当我输入URL时,例如“test123.com”,没有加载任何内容。。
根文件夹中的“.htaccess”文件为空。
“index.php”的内容如下:
<?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(\'./wordpress/wp-blog-header.php\');
?>
现在wordpress安装在“/wdps”文件夹中。还有,这是他们的权限设置,有什么问题吗??