# 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]
RewriteRule ^foo$ /bar [L,R=301]
</IfModule>
# END WordPress
这些行适用于 wordpress,但RewriteRule ^foo$ /bar [L,R=301]
在我打开时没有重定向www.example.com/foo