PHP
2023-05-23 10:13
289
0
需要实现的效果:
http://xx.com/u/RkdJ80 => http://xx.com/home/url/url/index
实现步骤
1. 设置tp6隐藏网址的index.php
具体参考官方文档:www.kancloud.cn/manual/thin…
2. 然后 config\app.php 设置,开启路由,设置默认路由
'with_route' => true,
'default_app' => 'home',
3. 写好请求方法,确定正常能访问到
子目录模式:app\home\controller\url\UrlController.php文件下,index方法,
确定完整地址能访问:http://xx.com/home/url/url/index
4. 设置应用下路由
设置ho