admin管理员组文章数量:1122832
WordPress is installed in the root of the site. I can't log in to my uploaded file, I find myself on page 404. For example, I upload a new folder to the site, which is separate from WordPress index.php.
How do I access it? I want my index.php my catalog was opened via the page URL and I did not get to the 404 WordPress page.
I am grateful in advance.
WordPress Version 6.5.5, Nginx Server
WordPress is installed in the root of the site. I can't log in to my uploaded file, I find myself on page 404. For example, I upload a new folder to the site, which is separate from WordPress index.php.
How do I access it? I want my index.php my catalog was opened via the page URL and I did not get to the 404 WordPress page.
I am grateful in advance.
WordPress Version 6.5.5, Nginx Server
Share Improve this question edited Aug 22, 2024 at 7:16 bueltge 17.1k7 gold badges61 silver badges97 bronze badges asked Aug 17, 2024 at 21:38 RinatRinat 11 Answer
Reset to default 0i need more info but i think you have rewrite
issue.
use this in nginx config:
location /
{
try_files $uri $uri/ /index.php?$args;
}
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
本文标签: phpI neеd hеlp with a WordPress project
版权声明:本文标题:php - I neеd hеlp with a WordPress project 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736297196a1929960.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论