Dev story
[Laravel] not found url or response 0 bytes
innocent_k
2016. 3. 31. 13:40
storage 권한이 풀려있는 상태이고 controller가 정상적이라면
httpd.conf 에
#LoadModule rewrite_module modules/mod_rewrite.so
rewrite 모듈이 포함되어 있지 않을 수 있다.
#을 제거하고 restart 하면 정상 동작한다.