Wget 和 Wordpress,保留最后一个斜杠

发布于 2024-12-08 06:07:17 字数 365 浏览 0 评论 0原文

我有一个基于 WordPress 的网站,我使用 wget 废弃了该网站。 我在表单下有文章,

http://mydomain.com/2011/01/

once scraped becomes 

http://mydomain.com/2011/01.html

我发现当我输入时

http://mydomain.com/2011/01/ 

in the navigator, URL gets changed to 

http://mydomain.com/2011/01

,我想,当我调用 wget 时,它被视为一个文件。 如果有人知道如何解决这个问题,我将不胜感激。

I have a Wordpress based website that I scrap using wget.
I have articles under the form

http://mydomain.com/2011/01/

once scraped becomes 

http://mydomain.com/2011/01.html

I found out that when I enter

http://mydomain.com/2011/01/ 

in the navigator, URL gets changed to 

http://mydomain.com/2011/01

which is why, I think, it is considered as a file when I call wget.
I would be very grateful if someone has some clue on how to address this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

青柠芒果 2024-12-15 06:07:17

我终于得到了我想要的结果,这样:
将我的永久链接结构从 更改

/%year%/%monthnum%/%postname%.html

/%year%/%monthnum%/%postname%/

I finally managed to get to the result I wanted, in this way:
changing my permalink structure from

/%year%/%monthnum%/%postname%.html

to

/%year%/%monthnum%/%postname%/
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文