/etc/httpd/conf.d/php.conf 파일
수정전
<FilesMatch \.php$ >
SetHandler application/x-httpd-php
</FilesMatch>
수정후
</filesmatch \.(php|html)$ >
SetHandler application/x-httpd-php
</FilesMatch>
'Linux' 카테고리의 다른 글
Linux에서 windows파일 shell명령MySQL dump오류 해결 방법 (0) | 2022.03.18 |
---|---|
http 2.4에서 Forbidden You don't have permission to access 해결방법 (0) | 2022.03.17 |
MySQL4버전Latin1에서UTF8로 변환 (0) | 2022.03.17 |
KT-cloud CentOS7에 MySQL 4 소스컴파일( 실패 ) (1) | 2022.03.05 |
KT-Cloud LVM 디스크 생성(추가) 확장 요약 (최종) (0) | 2022.01.31 |