Anonymous 3D Imageboard http://cyberia.digital/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

7 行
277B

  1. RewriteEngine on
  2. RewriteCond %{REQUEST_FILENAME} -s [OR]
  3. RewriteCond %{REQUEST_FILENAME} -l [OR]
  4. RewriteCond %{REQUEST_FILENAME} -d
  5. RewriteRule ^.*$ - [NC,L]
  6. RewriteRule ^(srv|user)($|/) - [L]
  7. RewriteRule ^(.*) /path-to-client-page/index.html [NC,L]