Ngrok - 发布后不加载 wordpress 帖子
Ngrok - Not loading wordpress posts after publish
我在使用 ngrok 时出现了一些问题 :-
- 我的 wp 主页未加载。
- 我的样式表未加载。
- 无法访问我的 wp 仪表板
但是解决了这三个问题
所以现在是什么问题
在发布它给我的 post 后,我无法加载 post。
Object not found! The requested URL was not found on this server. The
link on the referring page seems to be wrong or outdated. Please
inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
Error 404
我检查了 link 也是正确的
已发布 url(无效)
link是http://myurl.ngrok.io/wp_blog/2018/08/24/test-post/
草稿 url(作品)
link是http://myurl.ngrok.io/wp_blog/?p=(postNumber)&preview=true
这是永久链接问题。
将永久链接从 "default" 更改为 "post type"
我在使用 ngrok 时出现了一些问题 :-
- 我的 wp 主页未加载。
- 我的样式表未加载。
- 无法访问我的 wp 仪表板
但是解决了这三个问题
所以现在是什么问题
在发布它给我的 post 后,我无法加载 post。
Object not found! The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
Error 404
我检查了 link 也是正确的
已发布 url(无效)
link是http://myurl.ngrok.io/wp_blog/2018/08/24/test-post/
草稿 url(作品)
link是http://myurl.ngrok.io/wp_blog/?p=(postNumber)&preview=true
这是永久链接问题。
将永久链接从 "default" 更改为 "post type"