URLを変更したい
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
オプションもやってみた