Home > Backend Development > PHP Tutorial > htaccess伪静态规则

htaccess伪静态规则

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 11:45:10
Original
1160 people have browsed it

求助htaccess伪静态规则
求助htaccess伪静态规则,转IIS的httpd.ini伪静态规则
测试网站:http://www.fphs5.com/date/ 它后面的动态的参数:?date=2014-1-10
我想用伪静态实现为直接以日期显示的地址如:2014110 这样的格式!
htaccess伪静态规则为:

rewrite ^/date/$ index_date.php last;<br />rewrite ^/date/(.*)/$ index_date.php?date=$1 last;
Copy after login

请问各位高手如何转换啊,或者帮忙给写一段也可以!谢谢各位了,辛苦了!!!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Compare JavaScript Date objects
From 1970-01-01 08:00:00
0
0
0
Select rows grouped by date
From 1970-01-01 08:00:00
0
0
0
Hive query: Convert date timestamp to date format
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template