找到
6
篇与
网站源码分享
相关的结果
- 第 2 页
-
异次元v3 快速体验 后台演示:http://162.14.111.118:91/admin 账号:demo@demo.com 密码:123456 前台演示:http://162.14.111.118:91 账号:为了明天美好而战斗 密码:123456 配置要求 PHP >= 8.0 Mysql >= 5.6 下载教程 将源代码下载至你的服务器或者虚拟主机,然后配置伪静态。 伪静态 Apache伪静态规则:无需配置,规则就是程序根目录的.htaccess文件 Nginx伪静态规则: location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } } Windows IIS 伪静态规则: <rules> <rule name="acg_rewrite" stopProcessing="true"> <match url="^(.*)$"/> <conditions logicalGrouping="MatchAll"> <add input="{HTTP_HOST}" pattern="^(.*)$"/> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/> </conditions> <action type="Rewrite" url="index.php?s={R:1}"/> </rule> </rules>配置完伪静态后,访问你的网站首页,即可进行安装。 安装完成后,后台地址是:https://你的域名/admin 下载链接 异次元V3 下载地址:https://faka.wiki/acgshop-latest.zip 提取码: