配置Apache允許.htaccess和重寫
輸入命令:sudo vim /etc/apache2/apache2.conf
輸入命令:sudo vim /etc/apache2/apache2.conf
啟動Rewrite模組:
輸入:sudo a2enmod rewrite
輸入:sudo apache2ctl configtest(測試是否正常)
重啟Apache
輸入:sudo systemctl restart apache2