如何将wordpress中的url从页面ID更改为postname?

时间:2013-03-11 12:55:58

标签: wordpress .htaccess url permalinks

我想从

更改网址

example.com/abc/?page_id=1

example.com/postname

我尝试了不同的方法,但有一些问题....屏幕上出现错误, 未找到服务器中找不到的网址 我应该怎么做..更改我的永久链接,.htaccess文件等我的htaccess文件是

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /abc/projects/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /abc/projects/index.php [L]
</IfModule>
# END WordPress

我还尝试了permalink选项

1 个答案:

答案 0 :(得分:2)

您必须阅读有关wordpress的更多信息。这已在wordpress设置中可用。

  1. 转到管理部分 - &gt;设置 - &gt;固定链接。

  2. 将comman设置更改为Post name并保存更改。