Ticket #1182 (new enhancement)

Opened 5 years ago

Last modified 5 years ago

사용자 정의 파일의 지원

Reported by: gofeel Owned by: inureyes
Priority: major Milestone: 1.9.0
Component: Core Version: 1.8
Keywords: Cc:
Release:

Description

사용자가 별도로 지정한 파일을 바로 볼 수 있도록 한다. ex) robots.txt

다음과 같은 접근이 가능하다.

  1. root 아래의 파일
  2. interface 아래의 파일
  3. 별도의 webroot디렉토리 아래의 파일

Change History

comment:1 Changed 5 years ago by creorix

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

comment:2 Changed 5 years ago by gofeel

  • Version changed from 1.7 to 1.8
  • Milestone changed from 1.7.7 to 1.8

처음 이 문제가 제기된 것은 robots.txt의 지원이었습니다만, 다양한 조건을 생각해 봐야 할 것 같습니다;

문제가 결국 2.0 frameworks와 결부되겠네요 마일스톤을 1.8로 이동합니다.

Note: See TracTickets for help on using tickets.