묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
설치할라고 하는데 설치가 안되요.
2010.07.30 23:31
그림 첨부했습니다.
mysql 시작하고,
php 5.1.x 모듈 올린 apache2시작하고
localhost/xe 했더니, 디렉토리 구조만 나오네요.
localhost/xe/index.php 로 하고, 다시 실행하고, "동의합니다" 해서 넘겼더니,
또 디렉토리 구조만 나오네요.
다른 방법 없나요?
index.php가 default 페이지로 되어 있어야 하는 건가요?
버그 아닌가요?
버그 수정해주세요.
버그아니라고 우기시면, 별수 없지만요..ㅋ
아파치의 httpd.conf를 수정해주어야 합니다..
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
이런식으로 하면 index.html이 없을때 자동으로 index.php를 읽게됩니다..
그리고 php확장자를 정의해줄수 있습니다.
AddType application/x-httpd-php .php .html .htm
이런식으로요..