admin管理员组文章数量:1130349
I am working on deploying wordpress on my personal server just to learn a little bit more about it. I have made it all the way to the admin page but when I try to customize a theme I get a 403 error
You don't have permission to access / on this server.
I have set all folders to 755 and all files to 644 permission. Is there some other security issue that I may need to change maybe in .htaccess? I am running Ubuntu 16.04, apache2, wordpress 5.0, and php 7.3.
# 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
I am working on deploying wordpress on my personal server just to learn a little bit more about it. I have made it all the way to the admin page but when I try to customize a theme I get a 403 error
You don't have permission to access / on this server.
I have set all folders to 755 and all files to 644 permission. Is there some other security issue that I may need to change maybe in .htaccess? I am running Ubuntu 16.04, apache2, wordpress 5.0, and php 7.3.
# 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
本文标签: filesystem403 Error on quotquot
版权声明:本文标题:filesystem - 403 Error on "" 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749087763a2314042.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论