preload
Jun 30
cp config.sample.inc.php config.inc.php
vi config.inc.php

分別找到這兩列

$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['host'] = 'localhost';

改成

$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['host'] = '127.0.0.1';

PS. 我是用來搭配 Mac OS X 10.5 Leopard 內建的 Apache2

溫故知新

載入中…

歷史上的今天..

相關文章:

Tagged with:

Leave a Reply