Requirements
- The ablity to set the directory index
디렉토리 인덱스를 사용할 수 있는 관리자 - PHP 5.4 or later
- Composer
Installation
composer require projectcleverweb/lastautoindex
Setting
# Apache Options -Indexes DirectoryIndex index.php index.html index.htm /path/to/LastAutoIndex/index.php # Nginx autoindex off; index index.php index.html index.htm /path/to/LastAutoIndex/index.php; # LightHttpd index-file.names += ( "index.php", "index.html", "index.htm", "/path/to/LastAutoIndex/index.php" )
Conclosion
굳이 인덱스 서비스를 이용한다면 좋은 선택이다.
하지만 보안을 생각한다면 인덱스 서비스를 사용하지 않는게 좋다.
반응형
'lang > php' 카테고리의 다른 글
PHP7 Scalar 타입 선언 (0) | 2018.07.25 |
---|---|
PHP DB가 없는 CMS 프로젝트 GRAV (0) | 2018.07.19 |
Composer require Could not find package (0) | 2018.07.13 |
PHP 상대주소 절대주소변경 (0) | 2018.07.11 |
PHP 로그, 에러 리포팅 제어 (0) | 2018.07.10 |