2012-10-15 93 views
2

日志分类我已经设置了永久链接到这个WordPress的删除链接

> /%postname%/ 
然而

在url中,如果后期有一个类别,它仍然显示在URL

是否有可能改变进行更改,使这个网址:

http://www.website.com.au/post-category/post-name/

这个

http://www.website.com.au/post-name/

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> 
+0

我认为这应该工作。 你可以通过问题 –

回答