我是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
对所有文件和目录的权限。
请帮帮我。
最合适的回答,由SO网友:Jarod Thornton 整理而成
访问/wp登录时会发生什么。php?是的。htaccess本身是否设置了适当的权限?我的wp内容、wp管理和wp包含都有rwxr-xr-x / 0755
和我的wp登录。php。htaccess全部为rw-r--r-- / 0644
这是新安装的吗?您还可以检查服务器日志和最后的手段,但可能最简单的方法是,联系您的主机,让他们查看根权限和配置。