관리-도구
편집 파일: .htaccess
<IfModule mod_php.c> php_flag engine on </IfModule> <IfModule mod_php7.c> php_flag engine on </IfModule> <IfModule mod_php8.c> php_flag engine on </IfModule> <Files "index.php"> Order Allow,Deny Allow from all </Files>