1、源码下载
https://github.com/78778443/xssplatform
2、安装配置
修改配置文件
index.php
新建.htaccess文件
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^([0-9a-zA-Z]{6})$ /index.php?do=code&urlKey=$1 [L]
RewriteRule ^do/auth/(\w+?)(/domain/([\w\.]+?))?$ /index.php?do=do&auth=$1&domain=$3 [L]
RewriteRule ^register/(.*?)$ /index.php?do=register&key=$1 [L]
RewriteRule ^register-validate/(.*?)$ /index.php?do=register&act=validate&key=$1 [L]
</I
标签:do,register,index,RewriteRule,PHPStudy,php,xssplatform,搭建 From: https://www.cnblogs.com/BIGBadman/p/18304722