sudo a2enmod rewrite
2.編輯000-default
sudo vim /etc/apache2/sites-enabled/000-default
3.改內容
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
4.重新啟動apache2
sudo /etc/init.d/apache2 restart
沒有留言:
張貼留言