一,首先修改HOSTS
将127.0.0.1 gzt.com加入,前面不要#

二,GZT.COM的数据库文件在
PHP笔记(配置UPUPW环境)
--------------
配置在:
PHP笔记(配置UPUPW环境) 
PHP笔记(配置UPUPW环境) 

三,配置 主要修改这几个PHP笔记(配置UPUPW环境)
PHP笔记(配置UPUPW环境) 
$BASIC=array(
'SITENAME' => 'NexusPHP',
'BASEURL' => 'gzt.com',
'announce_url' => 'gzt.com/announce.php',
'mysql_host' => 'localhost',
'mysql_user' => 'pt',
'mysql_pass' => '2fQX4eqRjRdASFRF',
'mysql_db' => 'pt',

-------------------------------------------------
$BASIC=array(
'SITENAME' => 'NexusPHP',
'BASEURL' => 'gzt.com',
'announce_url' => 'gzt.com/announce.php',
'mysql_host' => 'localhost',
'mysql_user' => 'gzt',
'mysql_pass' => 'tDzvhAYL56Gd7Ux3',
'mysql_db' => 'gzt',
);
----------------------------------- 






相关文章:

  • 2021-08-09
  • 2022-12-23
  • 2022-01-19
  • 2021-09-13
猜你喜欢
  • 2022-12-23
  • 2021-07-17
  • 2022-12-23
  • 2022-02-05
  • 2022-12-23
  • 2021-12-31
  • 2021-07-28
相关资源
相似解决方案