6
我發現這些重寫規則,在我的WordPress網站的.htaccess:說明在WordPress的重寫規則
RewriteEngine On
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
我知道,這基本上是指一切的index.php。但它是如何工作的?什麼規則做什麼?
我有同樣的問題(http://stackoverflow.com/q/35303598/2983568),並在這裏發現了詳細的解釋:http://glennmessersmith.com/pages/wphtaccess.html – supafly 2016-02-10 08:04:03