配置Apache允許.htaccess和重寫
輸入命令:sudo vim /etc/apache2/apache2.conf
啟動Rewrite模組:
輸入:sudo a2enmod rewrite
輸入:sudo apache2ctl configtest(測試是否正常)
重啟Apache
輸入:sudo systemctl restart apache2
原文地址:http://blog.51cto.com/happynews/2170930
时间: 2024-10-09 11:31:52