Rewrite Url求教!解决办法
程序员文章站
2022-05-12 21:47:48
...
Rewrite Url求教!
请问下如何写
/models.php?brand=apple实现/apple-notebook-c.html或者类似的静态URL的规则。在此谢过了
------解决方案--------------------
RewriteEngine on
RewriteRule (.*)-notebook-c.html models.php?brand=$1 [L]
ro-----------------------------
RewriteEngine on
RewriteRule ^(.*)-notebook-c.html models.php?brand=$1 [L]
请问下如何写
/models.php?brand=apple实现/apple-notebook-c.html或者类似的静态URL的规则。在此谢过了
------解决方案--------------------
RewriteEngine on
RewriteRule (.*)-notebook-c.html models.php?brand=$1 [L]
ro-----------------------------
RewriteEngine on
RewriteRule ^(.*)-notebook-c.html models.php?brand=$1 [L]
相关文章
相关视频
上一篇: 负载均衡配置
下一篇: php实现base64的编码和解码
推荐阅读
-
Nginx下配置pathinfo及ThinkPHP的URL Rewrite模式支持
-
Nginx下支持Thinkphp URL Rewrite的配置示例
-
Ubuntu下Nginx配置ThinkPHP的Pathinfo和URl Rewrite模式
-
WordPress在window2003 IIS ISAPI ReWrite下的URL规则
-
CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法
-
出现Git clone The requested URL returned error: 403 错误的解决办法
-
IIS URL Rewrite Module防盗链规则配置方法
-
URL Rewrite的设置方法
-
IIS下配置页面重写(配合插件url-rewrite2去除页面后缀名)的实现方法
-
JSP struts2 url传参中文乱码解决办法