Domain.in/wp-admin向403提供结果,拒绝访问服务器上的此资源!

时间:2016-04-06 作者:Md Ghouse Saqlain

我是wordpress的新手。我在我的域中安装了wordpress。它显示主题,但当我键入http://domain.in/wp-admin

正在重定向到403页,并显示消息"Access to this resource on the server is denied!"

如果我在中安装wordpresshttp://domain.in/test/. 它允许我登录到管理面板,工作正常。我不想再给你一个/folder. 我只想安装在根目录中。

谁能建议我该怎么办。

我试过了.htaccess 具有

DirectoryIndex index.html index.php

# 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
但没用我给了0777 对所有文件和目录的权限。

请帮帮我。

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

访问/wp登录时会发生什么。php?是的。htaccess本身是否设置了适当的权限?我的wp内容、wp管理和wp包含都有rwxr-xr-x / 0755 和我的wp登录。php。htaccess全部为rw-r--r-- / 0644

这是新安装的吗?您还可以检查服务器日志和最后的手段,但可能最简单的方法是,联系您的主机,让他们查看根权限和配置。

相关推荐

Redirect htaccess

我需要帮助重定向我的页面。例如,我有网站https://example.com. 我需要将内容从https://example.com 到https://example.com/blog. 这不是问题,我通过更改主页URL来做到这一点。这很有效。但现在我需要添加来自旧的重定向https://example.com 到https://xmpl.com.我想用。htaccess,但这不起作用。你们能帮帮我吗?以下是我对此的一些尝试,但两者都不起作用。RewriteEngine On RewriteRu