Location:
Search - isapi rewrite
Search list
Description: 这是一个以DLL加载的方式实现URL重写的控件,在网站开发中经常会碰到URL重写的问题,本人用过很多其它的URL重写控件,不外乎就是利用IHttpHandler接口的实现来进行重写,而这个老外写的这个软件却可以在ISAPI层进行URL转移,真的很酷.-This is a way to realize DLL load control URL rewriting, in web site development frequently encounter the problem of URL rewriting, I used URL rewriting a lot of other controls, is nothing more than to use IHttpHandler interface for rewriting, and the foreigners to write this software can be carried out in the ISAPI layer URL transfer, really cool.
Platform: |
Size: 482304 |
Author: 林炼 |
Hits:
Description: Ionics Isapi Rewrite Filter
一个使用isapi来写的重定向器,重定向器可以用来保护网站的资源,实现个性化,国际化等等功能,-Ionics Isapi Rewrite Filter to write one using the isapi redirector, the redirector can be used to protect the site' s resources to achieve personalization, internationalization, and so function,
Platform: |
Size: 1691648 |
Author: 咖喱 |
Hits:
Description: IIRF 2.1 Windows开源伪静态URL重写插件,支持IIS6及高版本的IIS。-Ionic s Isapi Rewrite Filter, is a small, FREE, easy to use, URL rewriting ISAPI filter. It works on IIS 6.0, and later.
Platform: |
Size: 4005888 |
Author: allian168 |
Hits:
Description: php自动天气预报程序可以查询涵盖 34 个省、市所属的 2290 个城市、县、地区今天和未来几天的气象趋势预测,主要指标包括每天最高气温、最低气温、天气状况、风向等天气信息 ,非常适合地方网站使用。程序占用资源极小,只可在支持伪静态的服务器使用,每天自动更新一次。一些程序参数在config.php中修改。程序如果因为源站的改版而失效,请升级最新版本。
Rewrite目录为伪静态目录,IIS里新建isapi筛选器,筛选器名称自定义,文件指向Rewrite目录下的Rewrite.dll即可,在win7和win2003测试成功,其他服务器伪静态请自行修改。
Rewrite规则-php program can automatically check weather forecasts covering 34 provinces, municipalities belong to 2,290 cities, counties, regions today and the next few days the weather trend forecasting, key indicators include daily maximum temperature, minimum temperature, weather conditions, wind direction and other weather information, very suitable for local sites. Programs small footprint, can only be used to support pseudo-static servers, automatically updated once a day. Some programs modify parameter in config.php. If you stop the program because the source of the revision and failure, please upgrade to the latest version. Rewrite directory as pseudo-static directory, IIS in New isapi filters, custom filter name, file points to Rewrite directory Rewrite.dll can, in win7 and win2003 test is successful, the other servers pseudo-static Please modify. Rewrite Rules
Platform: |
Size: 136192 |
Author: wsl |
Hits:
Description: 先下载伪静态文件,在本文章最下面
本地使用:
解压文件到C盘根目录下
在要启用Rewrite的IIS站点的Isapi上添加这个筛选器
筛选器名称Rewrite
可执行文件选择 c:\Rewrite\Rewrite.dll 即可以了
httpd.ini是配置文件
如果你想对个别站点不防盗链的话或者你的论坛和supesite是分开的两个域名的话。以上方法会导致双方相互防盗链!不能正常调用 请按下面的方法改动
RewriteCond Host: (.+)
RewriteCond Referer: (?!http://\1.*).*
RewriteRule .*\.(?:gif|jpg|png|) /block.gif [I,O]
请把上面代码第二行改为:
RewriteCond Referer: (?!http://(?:www\.lbhao\.com|www\.hx2015\.net)).+-First download the pseudo static file, in this article the following
Local use:
Unzip the file to the root directory of the C
Add this filter to the Isapi on the IIS Rewrite site.
Filter name Rewrite
Executable file selection c:\Rewrite\Rewrite.dll that can be
Httpd.ini is a configuration file
If you want to the individual site is not the security chain or your forum and SupeSite are separated the two domain name. The above method will lead to mutual security chain! Can t be normal. Please change the following method.
RewriteCond Host: (1)
RewriteCond Referer: (http://\1.*?!).
RewriteRule.*\. (?: gif|jpg|png|) /block.gif [I, O]
Please change the above code second lines to:
RewriteCond Referer: (http:// (?!?: www\.lbhao\.com|www\.hx2015\.net) 1)
Platform: |
Size: 105472 |
Author: ampudn76 |
Hits:
Description: 首页根据缓存更新,一些参数在commom.php里修改,底部在foot.php里修改。自己使用的话请再仔细修改下 有些地方尚没有完善 ,广告的话没有弄过来 有一部分自己看代码修改下 没有时间做了。全站伪静态,独立主机使用iis的isapi加载Rewrite目录的Rewrite.dll 伪静态文件写在httpd.ini里,其他请自行参考.使用的话请做上本站链接 :www.59info.com 59同城分类信息。
程序仅供个人学习使用,不可参与商业网站及活动,本人不对不可预知的情况负任何在责任,请自行甄别下载。-Home based on the cache update, some of the parameters in the commom.php to modify the bottom in the foot.php to modify the. If you use the words please carefully modify some of the places are not perfect, the ad did not get a part of their own look at the code to modify the time do not have the time to do. Pseudo static station, independent host using IIS ISAPI rewrite of loading directory Rewrite.dll pseudo static files written in httpd.ini and other please refer to themselves. Use words please do this station link:www.59info.com 59 with the city classified information.
Program is only for individual learning to use, not to participate in commercial websites and activities, I do not know the circumstances of the unpredictable responsibility, please identify the download.
Platform: |
Size: 140288 |
Author: yypudn30 |
Hits: