apache에서 특정 확장자를 갖는 파일을 다른 파일처럼 인식시킬 수 있나요? 예를 들면 a.ybchoi 라는 파일을 a.html 이라는 파일처럼 인식하게 할 수 있나요? 가능하다면 어떻게 해야 되나요?
미리 감사드립니다~
http//httpd.apache.org/docs/mod/mod_mime.html#addtype
AddType text/html .ybchoi 이런식으로 설정하면 됩니다.
Re: apache에서 특정 확장자에 대해서...
http//httpd.apache.org/docs/mod/mod_mime.html#addtype
AddType text/html .ybchoi
이런식으로 설정하면 됩니다.