Texonom
Texonom
/
Application
Application
/Network Science/ICT/Computer Network/Internet/WWW/Web Service/Web Server/Apache HTTP Server/
.htaccess
Search
.htaccess

.htaccess

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2019 Dec 23 5:53
Editor
Editor
Seonglae ChoSeonglae Cho
Edited
Edited
2025 Jun 4 9:43
Refs
Refs
.htaccess 파일은 도대체 뭔가요?
워드프레스를 설치한다던지 웹서버로 뭔가 할 때 .htaccess 파일을 자주 보게 된다. 이 파일의 역할은 도대체 뭘까? htaccess는 "hypertext access"의 약자다. 파일명 앞의 점은 숨김 파일이란 뜻이다.(보통 시스템 파일 앞에 이렇게 점을 붙여 숨김 파일로 만든다.) 이 파일은 디렉토리에 대한 설정 옵션을 제공한다.
.htaccess 파일은 도대체 뭔가요?
https://devlog.jwgo.kr/2019/04/11/what-is-htaccess/
 
Apache ErrorDocument 설정
아파치에서 Error 페이지를 Redirect 할 수 있는 간단한 방법을 소개 하겠습니다. 기본적으로 httpd.conf 파일을 수정하게 되면 전체로 적용 됩니다. # Some examples: #ErrorDocument 500 "The server made a boo boo." #ErrorDocument 404 /missing.html #ErrorDocument 404 "/cgi-bin/missing_handler.pl" #ErrorDocument 402 http://www.example.com/subscription_info.html # ErrorDocument 400 https://asecurity.dev/ ErrorDocument 402 https://asecurity.dev/ 주석아래 2문장을 추가하게 되면, 400 에러와 402에러는 기본 페이지로 돌아가도록 설정됩니다.
Apache ErrorDocument 설정
https://asecurity.dev/2018/10/apache-errordocument-%ec%84%a4%ec%a0%95/
Apache ErrorDocument 설정
 
 

Recommendations

Texonom
Texonom
/
Application
Application
/Network Science/ICT/Computer Network/Internet/WWW/Web Service/Web Server/Apache HTTP Server/
.htaccess
Copyright Seonglae Cho