我想更改网址
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
选项