sudo a2enmod rewrite
sudo systemctl restart apache2
vi /etc/apache2/apache2.conf
<Directory /storage/web/>
Options Indexes MultiViews FollowSymLinks
AllowOverride All
#AllowOverride FileInfo
Require all granted
</Directory>
최근 댓글