sudo a2enmod rewrite
sudo vim /etc/apache2/sites-available/default
# 把所有 AllowOverride None 改成 AllowOverride All
sudo service apache2 restart