完成后,保存并关闭文件。如果您使用的是 nano,您可以按 CTRL + X 然后输入 Y 和 ENTER 来退出。
接下来,启用 mod_rewrite 以便您可以使用 WordPress 的固定链接功能:
sudo a2enmod rewrite
复制代码
之后,通过测试配置来启用这些更改。但在实施更改之前,查抄是否有语法错误:
sudo apache2ctl configtest
复制代码
输出可能会有雷同以下的消息:
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message