Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- CentOS
- MySQL
- NetBeans
- ajax
- larravel
- 톰캣
- Android
- Spring
- 이클립스
- File
- error
- 정규식
- php
- 와일드카드
- jquery
- junit
- JSON
- 리눅스
- javascript
- html
- SeLinux
- laravel
- java
- tomcat
- Linux
- curl
- 안드로이드
- properties
- DB
- input
Archives
- Today
- Total
합쭈기 programming
[Laravel] not found url or response 0 bytes 본문
storage 권한이 풀려있는 상태이고 controller가 정상적이라면
httpd.conf 에
#LoadModule rewrite_module modules/mod_rewrite.so
rewrite 모듈이 포함되어 있지 않을 수 있다.
#을 제거하고 restart 하면 정상 동작한다.
'Dev story' 카테고리의 다른 글
[Laravel] service.json error (0) | 2016.05.25 |
---|---|
[Laravel] sql 문 확인 (0) | 2016.04.12 |
[Laravel] 디버깅 모드인데 오류 메시지 안 나올때 (0) | 2016.03.07 |
[Laravel] file_put_contents(/home/intra/bootstrap/cache/services.json): failed to open stream: Permission denied (0) | 2016.01.13 |
[Laravel] phpunit 사용하기 (0) | 2016.01.13 |