我想从
更改网址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
选项
答案 0 :(得分:2)
您必须阅读有关wordpress的更多信息。这已在wordpress设置中可用。
转到管理部分 - &gt;设置 - &gt;固定链接。
将comman设置更改为Post name并保存更改。