postname.html
に変換したいpostid.html
ワードプレスの私のリンク (カスタムパーマリンク構造:)
/%postname%.html
そして、私は書き込みます.htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
postid
今、最後のリンクを として追加したいと思いwww.xxxx.com/123.html
ます。このコードを追加します:
/%post_id%.html
しかし、Googleのリンクを押すと、エラーページが見つかりません。
Googleでリンクを失うことなくリンクを変換するにはどうすればよいですか?
ありがとう