0
我的所有非WWW網址重定向到我的主頁WordPress的非www到www重定向所有的URL家裏而不是該網址
這是我的htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
我不明白你的問題?你可以再詳細一點嗎? – Stender