아래 있는 부분인가여?
주석제거 해줬는데요!
# For example, the PHP 3.x module (not part of the Apache distribution - see
# http://www.php.net) will typically use:
#
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
#
# And for PHP 4.x, use:
#
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
AddType application/x-tar .tgz
#
# AddHandler allows you to map certain file extensions to "handlers",
# actions unrelated to filetype. These can be either built into the server
# or added with the Action command (see below)
#
# If you want to use server side includes, or CGI outside
# ScriptAliased directories, uncomment the following lines.
#
# To use CGI scripts:
#
AddHandler cgi-script .cgi
: 아파치 설정파일에서 PHP로인식하는 확장자부분을 확인하시길 바랍니다..
:
: : 알짜리눅스6.2고요!
: : apm연동해서 설치 했거든요
: :
: : apache_1.3.12.tar
: : mysql-3.22.32.tar
: : php-4.0.0.tar
: :
: : 그런데 웹상에서 file.php3 로 된건 다운로드하는창이 뜨는데....
: : file.php 로 바꾸면 잘뜨거든여 왜그런거져??????
:
: --
: Sub a.k.a Lee Sang Sub