http://domain.com/hk을 방문했을 때 브라우저에서 PHP 파일을 다운로드합니다.Apache 별칭 - 대신 브라우저에서 PHP 파일을 다운로드합니다.
하지만
이======= 플랫폼 미세 http://domain.hk 작동합니다 문제에 CentOS 6 (Plesk를 패널) domain.com
AddType application/x-httpd-php5 .php
Alias "/hk" "/var/www/vhosts/domain.hk/httpdocs"
<Directory "/hk">
Options FollowSymlinks
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
' SetHandler application/x-httpd-php ' –
Deadooshka
와 같은 php-files를위한'SetHandler'가 필요합니다. deadooshka. 시도했지만 작동하지 않습니다. – Parfait