Linux
.htaccess: php_value not allowed here
Rootrator
2016. 2. 16. 16:11
OS : CentOS 6.7 32bit
Apache 2.2
PHP 5.5.32
.htaccess: php_value not allowed here
웹페이지에서 위 에러 발생
httpd-userdir.conf
<Directory /home/*/public_html >
아래에 Options 추가
Options : httpd.conf나 가상호스트 설정을 무시하고 특정 디렉토리의 .htaccess설정을 적용시킴
반응형