wordpress 链接中含有中文的解决办法
环境: ubuntu20.04 + apache2 + php7.4 + mysql8
apache2开启伪静态
sudo a2enmod rewrite
/etc/apache2/apache2.conf
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
重启apache2
sudo service apache2 restart
wordpress设置
设置➡固定链接➡固定链接设置➡自定义结构
自己设置一下,让wordpress自己生成.htaccess
文件
我的设置
/%category%/%postname%.html