我只是提出我的WordPress博客從一臺主機到另一而是永久鏈接是給麻煩。除了首頁以外,其他頁面會導致頁面未找到錯誤。固定鏈接在WordPress
我編輯htaccess的按指令
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /projects/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wdmgroup/index.php [L]
</IfModule>
我甚至嘗試刪除htaccess以及重寫,但無濟於事。
PS:htaccess的和Mod Rewriteare無論是在阿帕奇的conf啓用
問候, Loveleen