Friendly URLs

개발/나스 / / 2020. 7. 21. 14:30
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>

 

  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기