/etc/apache2/sites-available/default
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /var/www>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
참고 :
http://book.cakephp.org/3.0/en/installation.html#url-rewriting
http://hangaebal.blogspot.kr/2015/06/cakephp-not-found-requested-url-apache.html
'Blogger 이사' 카테고리의 다른 글
[php] increase max upload size (wordpress) (0) | 2016.04.04 |
---|---|
[apache] change run user, group (0) | 2016.04.04 |
[vagrant] synced folder owner change (apache) (0) | 2016.04.04 |
[php] 기본 페이징 코드 (0) | 2016.04.04 |
[MyBatis] parametertype string test (There is no getter for property named 'xxxx' in 'class java.lang.String') (0) | 2016.04.04 |