最近因為專案的關係,需要在電腦安裝SERVER,阿很不剛好的我的筆電是MacBook Air,不能夠直接使用USBWebServer...Orz,只好找一下MAC有那些簡單好用的軟體,好家在找到了MAMP。
MAMP十分容易使用,基本上裝就對了,由於我們有用到SSI,需要手動開啟才行,於是上網到了教學,其實也很簡單的!
Step 1.
打開httpd.conf,檔案放在Application/MAMP/conf/apache
Step 2.
將原本註解拿掉,並加上有需要的檔案格式
#AddType text/html .shtml變成為
#AddOutputFilter INCLUDES .shtml
AddType text/html .shtmlStep 3.
AddOutputFilter INCLUDES .shtml .html .htm .php
補上HTML格式,將原本的
AddType application/x-httpd-php .php改成為
AddType application/x-httpd-php .php .html .htm
這樣就可以啦!就可以使用 <!--#include file="*.html" -->啦!!~
0 意見:
張貼留言