我的WordPress的.htaccess文件看起來像的WordPress htaccess的重寫規則
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
我想加我OWM重寫規則,但不工作 規則已經改寫頁/(即[az,AZ] +)。html $進行到頁?PAGE_NAME = $ 1
您嘗試過哪些方法無效? – pkyeck 2012-04-10 09:20:28