対策
a2enmod rewrite
vi /etc/apache2/sites-available/000-default.conf
以下を追記
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
# AllowOverride None
AllowOverride All
Order allow,deny
allow from all
</Directory>
service apache2 restart
以上でパーマリンクを基本以外の設定にするとパーマリンクが変わってもgoogleのリンク切れはなくなる
/var/www/wordpressの中の.htaccessファイルが自動的に書き換わる
コメント