미디어위키 index.php 연결

Jmnote bot (토론 | 기여)님의 2020년 11월 2일 (월) 02:58 판 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
미디어위키 index.php 연결

1 문제상황[ | ]

2 해결방법[ | ]

  • 웹서버의 DOCUMENT_ROOT에 index.php 파일을 다음 내용으로 만든다.
<meta http-equiv='refresh' content='0;url=/w'>
→ 의미: 0초 후(=즉시) /w 로 이동
예시
[root@zetawiki ~]# cd /var/www/html
[root@zetawiki html]# echo "<meta http-equiv='refresh' content='0;url=/w'>" > index.php

3 같이 보기[ | ]

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