최신글이요... 정보
최신글이요...본문
php파일에서만 불러올 수 있나요?
html은 안되나요?
http://sir.co.kr/manual/youngcart4/?man=skin.htm#latest
html에다가 해봤는데
아무것도 안나오더라고요.
나오게 할 수 있는 방법 없나요?(아이프레임 말고)
html은 안되나요?
http://sir.co.kr/manual/youngcart4/?man=skin.htm#latest
html에다가 해봤는데
아무것도 안나오더라고요.
나오게 할 수 있는 방법 없나요?(아이프레임 말고)
댓글 전체
서버에서 html 도 되도록 설정해줘야 합니다.
서버에서 html도 되도록 설정하라니... 그건 어떻게 하죠?
conf/httpd.conf
AddType application/x-httpd-php .php .html
위에 처럼 .html을 추가하면 됩니다.
그리고 $ apachctl graceful
AddType application/x-httpd-php .php .html
위에 처럼 .html을 추가하면 됩니다.
그리고 $ apachctl graceful