EdisonXiaoBing UID 1215 注册 2021/02/14 消息 12 点数 1 黄金 2,777.0G 发表于 2021/02/21 Windows 10 Chrome 88.0.4324.182 #1 怎么在访问域名时不显示index.php直接显示/home或者/mjc-credits/transactions/这之类的
死了算了 管理成员 UID 1 注册 2017/07/28 消息 1,336 点数 113 黄金 234,572.6G 死了算了 发表于 2021/02/21 iOS Mobile Safari 14.0.2 #2 Nginx 或者Apache设置伪静态,后台开启最佳url 好评 0 否决票 解决方案
EdisonXiaoBing UID 1215 注册 2021/02/14 消息 12 点数 1 黄金 2,777.0G EdisonXiaoBing 发表于 2021/02/21 Windows 10 Chrome 88.0.4324.182 #3 死了算了 说: Nginx 或者Apache设置伪静态,后台开启最佳url 点击展开... 能给个模板吗 好评 0 否决票
死了算了 管理成员 UID 1 注册 2017/07/28 消息 1,336 点数 113 黄金 234,572.6G 死了算了 发表于 2021/02/21 OS X Firefox 85.0 #4 技巧教程 - xenforo 2 1.5 friendly URLs 伪静态 @刺-客 可以用了,注意路径.... location /xf/ { try_files $uri $uri/ /xf/index.php?$uri&$args; index index.php index.html; } location /xf/install/data/ { internal; } location /xf/install/templates/ { internal; } location /xf/internal_data/ { internal; } location /xf/library/ { internal; } location ~... www.cnxfans.com 好评 0 否决票
技巧教程 - xenforo 2 1.5 friendly URLs 伪静态 @刺-客 可以用了,注意路径.... location /xf/ { try_files $uri $uri/ /xf/index.php?$uri&$args; index index.php index.html; } location /xf/install/data/ { internal; } location /xf/install/templates/ { internal; } location /xf/internal_data/ { internal; } location /xf/library/ { internal; } location ~... www.cnxfans.com