XML Sitemap 這個 plug 如果出現 The required PHP XSL Module is not installed,將無法勾選 Include sitemap in HTML format 。
解決方法:啟用 php 裡頭的 XSL 模組。
啟用 XSL Module:到 php 安裝目錄,修改 php.ini。
將 extension=xsl 前面的 ; 刪掉,儲存 php.ini
Include sitemap in HTML format 已經可以正常勾選。
XML Sitemap 這個 plug 如果出現 The required PHP XSL Module is not installed,將無法勾選 Include sitemap in HTML format 。
解決方法:啟用 php 裡頭的 XSL 模組。
啟用 XSL Module:到 php 安裝目錄,修改 php.ini。
將 extension=xsl 前面的 ; 刪掉,儲存 php.ini
Include sitemap in HTML format 已經可以正常勾選。