PHPstudyPro 網站資訊檔案
PHPstudyPro 將網站資訊保存在 conf.ini
檔案中。
檔案位置
#conf.ini
檔案位於下列目錄:
C: \Program Files (x86)\PHPStudyPro\conf.ini
/Applications/PHPStudy.app/conf/conf.ini
/usr/local/phpstudypro/conf/conf.ini
#檔案結構
conf.ini
文件採用INI 格式,包含以下部分:
範例
以下是conf.ini
檔案中一個網站部分的範例:
<code class="ini">[web_list] [101] name = MyWebsite root = /path/to/mywebsite index_with = index.html,index.htm,index.php domain = localhost port = 80</code>
存取網站資訊
可以在文字編輯器中手動編輯conf.ini
文件,或使用PHPstudyPro 的管理介面檢視和修改網站資訊。
conf.ini
檔案並進行所需變更。 以上是phpstudypro網站資訊保存在哪個文件的詳細內容。更多資訊請關注PHP中文網其他相關文章!