2017-03-01 64 views

回答

0

同主題問題

# 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 

感謝。只要確保你爲你的項目分配了主題。或下載默認主題並啓用它並進行檢查。

相關問題