apt-get install apache2
安裝完後,到/etc/apache2下,發現目錄下空空的,沒有apache2.conf。不知到怎麼進行下一步。後來不管三七二十一,先啟用rewrite module再說。
a2enmod rewrite
很神奇的,執行完後,所有的設定檔都跑出來了。
再編輯/etc/apache2/sites-enabled/000-default
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
重新啟動apache2
/etc/init.d/apache2 restart
就成功了。
要注意.htaccess權限要設成0644,否則會有錯誤。