Skip to content
This repository was archived by the owner on Feb 13, 2018. It is now read-only.

오타 수정 #9

Open
wants to merge 1 commit into
base: kr-5.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kr/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

### Apache

프레임워크에 포함된 `public/.htaccess` 파일은 `index.php`가 URL에 포함되어 있지 않아도 어플리케이션을 사용할 수게 해줍니다. 라라벨 어플리케이션의 웹서버로 Apache를 사용하는 경우 `mod_rewrite` 모듈을 활성화 하십시오.
프레임워크에 포함된 `public/.htaccess` 파일은 `index.php`가 URL에 포함되어 있지 않아도 어플리케이션을 사용할 수 있게 해줍니다. 라라벨 어플리케이션의 웹서버로 Apache를 사용하는 경우 `mod_rewrite` 모듈을 활성화 하십시오.

만약 프레임워크에 포함된 `.htaccess` 파일이 동작하지 않는 경우 다음과 같은 설정을 시도해보십시오:

Expand Down