0

我想更改网址

example.com/abc/?page_id=1

example.com/postname

我尝试了不同的方法,但出现了一些问题....屏幕上出现错误,在服务器中找不到 url,我该怎么办..我更改了我的永久链接,.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选项

4

1 回答 1

2

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

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

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

于 2013-03-11T13:15:02.150 回答