【ThinkPHP】tp-四种url访问的方式_URL_MODEL
tp-四种url访问的方式
'URL_MODEL' => 1,
URL访问模式,可选参数0、1、2、3,代表以下四种模式:
0 (普通模式);
1 (PATHINFO 模式); /*默认*/
立即学习“PHP免费学习笔记(深入)”;
2 (REWRITE 模式);
3 (兼容模式)
0:http://localhost/index.php?m=模块&c=控制器&a=操作方法 [get模式]
1:http://localhost/index.php/模块[模块文件夹]/控制器/操作方法 [pathinfo模式] /*默认*/
2:http://localhost/模块[模块文件夹]/控制器/操作方法 [rewite重写模式]
3:http://localhost/index.php?s=/模块[模块文件夹]/控制器/操作方法 [兼容模式]

PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号