您好,登錄后才能下訂單哦!
4.1 修改apache配置文件支持php
修改DirectoryIndex index.html 為DirectoryIndex index.html index.php
并添加
在apache2中修改配置文件
#vi /usr/local/apache2/conf/httpd.conf
找到“#AddType application/x-gzip .gz .tgz”
并在后面加入
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
4.2 測試php支持
創建測試php頁面test.php,并存放在網站主目錄下,
<?php
phpinfo();
?>
重啟apache服務后,訪問http://ip/test.php
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。