# BEGIN WordPress |
<IfModule mod_rewrite.c> |
RewriteEngine On |
RewriteBase / |
RewriteRule ^index\.php$ - [L] |
<span style= "color: #ff0000;" >RewriteRule ^category/(.*)$ http: //www.niumowang.org/$1 [L,R=301]</span> |
RewriteCond %{REQUEST_FILENAME} !-f |
RewriteCond %{REQUEST_FILENAME} !-d |
RewriteRule . /index.php [L] |
</IfModule> |
# END WordPress |