Linux空间:需要
【一】:设置固定链接:/%post_id%.html(不要设置/%category%/%post_id%.html,不然还得去category)
【二】:将.htaccess文件上传至根目录(代码如下)
# 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
欢迎光临我的博客
http://www.absuni.com