nginx下tp如何配置路由重写
高洛峰
高洛峰 2016-10-28 09:59:58
0
1
691

index.php/Api/Sendems/sendCode.html 
这个路径,apache可以加载.htaccess,进行路由重写
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>
那nginx要怎么配置路由重写呢


高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

répondre à tous(1)
三叔

配置文件中增加

 rewrite  ^(.*)$  /index.php?s=$1  last;


Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal