标签: php wordpress http-headers
我创建了一个wordpress网站,但我可以看到,如果点击任何页面链接,而不是重定向到该页面,其html源代码将被下载。 这是该网站的链接: http://royalascot.in/
答案 0 :(得分:1)
这是因为您将页面内容类型设置为'application / x-gzip'。
尝试将其更改为“text / html”。