已将WordPress移至其他文件夹(Windows)WAMP=403已禁用

时间:2016-06-21 作者:Riccardo

我正在Windows 10机器上使用本地安装的Wordpress进行脱机开发,WAMP位于服务器端。

今天早上,我将包含wordpress的文件夹从

c:\\users\\username\\wordpress

c:\\users\\username\\otherfolder\\wordpress
我已经修改了vhost。相应地,从

  <VirtualHost *>
    DocumentRoot "c:\\users\\username\\wordpress"
    ServerName test
      <Directory "c:\\users\\username\\wordpress">
        Order allow,deny
        Allow from all
      </Directory>
  </VirtualHost>

  <VirtualHost *>
    DocumentRoot "c:\\users\\username\\otherfolder\\wordpress"
    ServerName test
      <Directory "c:\\users\\username\\otherfolder\\wordpress">
        Order allow,deny
        Allow from all
      </Directory>
  </VirtualHost>
然而,现在访问本地站点时,我陷入了403错误“禁止您没有访问/此服务器的权限”。此错误发生在正面或背面(wp admin)。

这是的内容。htaccess

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
我是否需要使用phpmyadmin更改数据库中的其他内容?或者permalinks中的一些数据需要调整?

1 个回复
最合适的回答,由SO网友:Riccardo 整理而成

我发现了这个问题。apache中的Documentroot已更改,因此更新它已修复该问题

相关推荐

需要GET_TEMPLE_DIRECTORY()。‘Path/to-my/file.php’破坏了Customize>Themes功能

希望得到一些帮助,请<;3.我正在从头开始构建一个主题,作为学习WP和PHP的练习,使用WP商业主题(GeneratePress和WP默认主题)作为指导。使用时:$theme_dir = get_template_directory(); require $theme_dir . \'/inc/structure/header.php\'; 单击“自定义”时,所有主题都会消失>;“更改”以更改主题,并显示“显示”;0“;主题位于右上角。瞧,主题缩略图没有加载或以其他方式可见。当我