Maison >développement back-end >tutoriel php >thinkphp5 - thinkphp路由

thinkphp5 - thinkphp路由

WBOY
WBOYoriginal
2016-06-06 20:09:371293parcourir

thinkphp路由会根据规则进行重定向,不得不说有时候uri很难看。
但是有没有办法实现路径上的不重定向。
比如\think\Route::register('abc','/about/abc');
有没有办法实现访问example.com/abc等效于example.com/about/abc(不进行重定向)
之前忘记说了thinkphp5.0

回复内容:

thinkphp路由会根据规则进行重定向,不得不说有时候uri很难看。
但是有没有办法实现路径上的不重定向。
比如\think\Route::register('abc','/about/abc');
有没有办法实现访问example.com/abc等效于example.com/about/abc(不进行重定向)
之前忘记说了thinkphp5.0

多看文档,
http://www.kancloud.cn/manual/thinkphp/1707

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn