我正在本地安装 WordPress。除管理部分外,一切正常。每当我尝试保存时(例如,在“设置”页面中),我都会收到此错误:
Not Found
The requested URL /wp-admin/options-general.php was not found on this server.
我已将 options-general.php 的权限设置为 755(也尝试了 775)并更新了我的 httpd.conf 文件以更改 to 的所有实例,AllowOverride None
但AllowOverride All
我仍然无法在管理部分保存任何内容。
另一个奇怪的观察是我的设置 URL 是:
http://localhost/wordpress/wp-admin/options-general.php
...但是当我点击保存时,它会删除 /wordpress 并带我去:
http://localhost/wp-admin/options-general.php?settings-updated=true
此外,我的WordPress Address (URL)
和Site Address (URL)
设置都设置为http://localhost/wordpress
.
如果还有什么我可以尝试的,我将不胜感激。
PS 我去了 WordPress StackExchange 网站,但他们说在这里发布 Apache 错误。