Unsupported scripts and control panel web app for a hosting company
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.htaccess 196B

12345
  1. RewriteEngine On
  2. RewriteRule ^(/?signup)?/?([a-z]+)$ /signup/$2.php [L]
  3. RewriteRule ^(/?signup)?/?([0-9])$ /signup/index.php [L]
  4. RewriteRule ^(/?signup)?/?:([0-9]+)$ /signup/index.php?ref=$2 [L]