Home>Article>Operation and Maintenance> In which file is the phpstudypro site information saved?
PHPstudyPro site information file
PHPstudyPro saves site information in theconf.inifile.
File Location
conf.iniThe file is located in the following directory:
C: \Program Files (x86)\PHPStudyPro\conf.ini/Applications/PHPStudy.app/conf/conf.ini/usr/local/phpstudypro/conf/conf.iniFile structure
conf.iniFile Adopts INI format and contains the following parts:
Example
The following is an example of a site section in theconf.inifile:
[web_list] [101] name = MyWebsite root = /path/to/mywebsite index_with = index.html,index.htm,index.php domain = localhost port = 80
Access site information
You can manually edit theconf.inifile in a text editor, or use the management interface of PHPstudyPro to view and modify site information.
conf.inifile directly and make the required changes.The above is the detailed content of In which file is the phpstudypro site information saved?. For more information, please follow other related articles on the PHP Chinese website!