使用的配置:ubuntu服务器14.04,php-fps,nginx,mysql 5.6&最新的wordpress。 在网络服务器下(nginx) 将nginx绝对路径配置为/ var / www / html / wordpress /
但在wordpress目录下: 样式表和图像文件类型不加载(404错误),因为他们正在寻找路径http://localhost/wordpress/wp-include& http://localhost/wordpress/wp-content。
因为缺少这个wordpress目录。 因此,我们不得不再创建一个名为“wordpress”的目录,并提供指向wp-include&的软链接。此目录下的wp-content。
这是一个临时修复。我需要在哪里进行更改。
答案 0 :(得分:0)
我认为您应该修改数据库中表格中的site_url,其中您的site_url已存储在wp_option表中。它可能会http://localhost/your-site/
将其更改为http://localhost/wordpress/
希望这会有所帮助......