Created
April 8, 2015 07:24
-
-
Save kurorido/e14151587262225021f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 掛載 rewrite module | |
sudo a2enmod rewrite | |
sudo service apache2 restart | |
修改 /etc/apache2/sites-available/default | |
<Directory /var/www/> | |
Options Indexes FollowSymLinks MultiViews | |
# changed from None to FileInfo | |
AllowOverride FileInfo | |
Order allow,deny | |
allow from all | |
</Directory> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment