윈도우 .htaccess

1 개요[ | ]

윈도우 .htaccess
Windows .htaccess
  • 윈도우에서는 파일 생성시 이름 규칙 때문에 일반적인 파일 만들기 방법으로 .htaccess 파일을 만들 수 없다.
  • cmd 에서 rename 명령을 통하여 생성이 가능하다.

2 실습[ | ]

1) .htaccess 파일 생성을 원하는 폴더 위치에 htaccess 파일을 확장자 없이 생성한다.
2) cmd 창을 실행한다.
3) rename 명령으로 htaccess를 .htaccess로 변경한다.
C:\wamp\www>rename htaccess .htaccess

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}