ModStart 安装说明

    • Linux
      • PHP 7.0
      • MySQL >=5.0
      • PHP ExtensionFileinfo
      • PHP 8.0 PHP 8.1
      • MySQL >=5.0
      • Apache/Nginx
    1. 配置 apache/nginx 服务器,请将网站的根目录配置到 <网站目录>/public;
    2. 访问 http://yourdomain.com/install.php;
    3. 使用安装引导向导进行安装;
    1. <VirtualHost *:80>
    2.   ServerName www.yourdomain.com
    3.   DocumentRoot d:/wwwroot/www.yourdomain.com/public
    4. </VirtualHost>