這兩天遇到一個問題,就是把 .htaccess 放入可是,並無效果。 php
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / # Redirect www to non-www RewriteCond %{HTTP_HOST} ^www\.(.*) RewriteRule (.*) http://%1/$1 [R=301,L] #RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f [NC] RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteRule ^sitemap.xml$ sitemap.php [L] # Redirect www to non-www #RewriteCond %{HTTP_HOST} ^www\.(.*) #RewriteRule (.*) http://%1/$1 [R=301,L] </IfModule> # END WordPress
RewriteRule ^sitemap.xml$ sitemap.php [L]
RewriteRule . /index.php [L]
RewriteRule ^sitemap.xml$ sitemap.php [L]
RewriteRule ^sitemap.xml$ sitemap.php [L]