在 WordPress 中,使用固定網址時,參考網址中出現「/index.php」想移除。
http://example.com/index.php/yyyy/mm/dd/post-name/
可以查看下面這份參考文件。
文件中提到,不同伺服器中需要啟用的模組。
Apache web server,需要 mod_rewrite 模組
Microsoft IIS 7+ web server,需要 URL Rewrite 模組
Microsoft IIS 的 URL Rewrite 模組可以在這裡下載到。