mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
15 lines
629 B
JSON
15 lines
629 B
JSON
{
|
|
"name": "UrlRewriter_NET",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Open Source URL Rewriter for .NET / IIS / ASP.NET - UrlRewriter.NET is an open-source, light-weight, highly configurable URL rewriting component for ASP.NET 1.1 . 4.0 which provides similar IIS Rewrite capabilities that the Apache web server provides with mod_rewrite and .htaccess.",
|
|
"website": "http://urlrewriter.net/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "(?-mix:UrlRewriter\\.NET ([^\\s]+))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|