CSS 未加载 Ngrok 和 Wordpress

CSS not loading with Ngrok and Wordpress

您好,我正在使用 Wordpress 相对路径插件从我的移动设备访问网站,但网站 CSS 未正确加载。我尝试了不同的插件,但问题仍然存在。 信息:

OS: ubuntu 18.04

工作组:5.4.2

Webpage

Ngrok GET requests

我当前的 wp-config 有:

define('WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST']);
define('WP_HOME', 'http://' . $_SERVER['HTTP_HOST']);

尝试添加这个:

define('WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST']."/wordpress/");

临时可以加这个http://ccd711c88dc4.ngrok.io/wordpress/到site_url

你可以看到文件可以使用下面的这个URL:

http://ccd711c88dc4.ngrok.io/wordpress/wp-includes/css/dist/block-library/style.min.css?ver=5.4.2

不是这个:

http://ccd711c88dc4.ngrok.io/wp-includes/css/dist/block-library/style.min.css?ver=5.4.2