Ticket #1182 (new enhancement)
사용자 정의 파일의 지원
| Reported by: | gofeel | Owned by: | inureyes |
|---|---|---|---|
| Priority: | major | Milestone: | 1.9.0 |
| Component: | Core | Version: | 1.8 |
| Keywords: | Cc: | ||
| Release: |
Description
사용자가 별도로 지정한 파일을 바로 볼 수 있도록 한다. ex) robots.txt
다음과 같은 접근이 가능하다.
- root 아래의 파일
- interface 아래의 파일
- 별도의 webroot디렉토리 아래의 파일
Change History
Note: See
TracTickets for help on using
tickets.

그것보다 CakePHP처럼 webroot 디렉토리를 mod_rewrite를 쓸 때의 루트로 만들어버리는 것은 어떨까요? 지금의 .htaccess를 webroot로 옮기고 rewrite.php 경로만 잘 조정해주면 모든 파일을 webroot에 넣기만 해도 잘 접근될테니 그 쪽이 혼동이 덜할 것도 같습니다.