-
-
Notifications
You must be signed in to change notification settings - Fork 254
/
web.config
167 lines (167 loc) · 9.51 KB
/
web.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<configSections>
<sectionGroup name="system.webServer">
<sectionGroup name="rewrite">
<section name="rewriteMaps" overrideModeDefault="Allow"/>
<section name="rules" overrideModeDefault="Allow"/>
</sectionGroup>
</sectionGroup>
</configSections>
<system.webServer>
<rewrite>
<rules>
<rule name="rule 1L" stopProcessing="true">
<match url="^phpmyfaq/(.*)$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=show" appendQueryString="true"/>
</rule>
<rule name="rule 2L" stopProcessing="true">
<match url="^phpmyfaq/(.*)$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=search" appendQueryString="true"/>
</rule>
<rule name="rule 3L" stopProcessing="true">
<match url="^phpmyfaq/(.*)$"/>
<action type="Rewrite" url="/phpmyfaq/opensearch.php" appendQueryString="true"/>
</rule>
<rule name="rule 4L" stopProcessing="true">
<match url="^phpmyfaq/(.*)$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=add" appendQueryString="true"/>
</rule>
<rule name="rule 5L" stopProcessing="true">
<match url="^phpmyfaq/(.*)$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=ask" appendQueryString="true"/>
</rule>
<rule name="rule 6L" stopProcessing="true">
<match url="^phpmyfaq/(.*)$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=open" appendQueryString="true"/>
</rule>
<rule name="rule 7L" stopProcessing="true">
<match url="^phpmyfaq/(.*)$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=help" appendQueryString="true"/>
</rule>
<rule name="rule 8L" stopProcessing="true">
<match url="^phpmyfaq/(.*)$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=contact" appendQueryString="true"/>
</rule>
<rule name="rule 9L" stopProcessing="true">
<match url="^phpmyfaq/(.*)$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=glossary" appendQueryString="true"/>
</rule>
<rule name="rule 10L" stopProcessing="true">
<match url="^phpmyfaq/(.*)_(.*)_(.*)\.html$"/>
<action type="Rewrite"
url="/phpmyfaq/index.php?action=artikel&cat={R:1}&id={R:2}&artlang={R:3}"
appendQueryString="true"/>
</rule>
<rule name="rule 11L" stopProcessing="true">
<match url="^phpmyfaq/category(.*)_(.*)\.html$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=show&cat={R:1}&seite={R:2}"
appendQueryString="true"/>
</rule>
<rule name="rule 12L" stopProcessing="true">
<match url="^phpmyfaq/category(.*)\.html$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=show&cat={R:1}"
appendQueryString="true"/>
</rule>
<rule name="rule 13L">
<match url="^phpmyfaq/index.html$"/>
<action type="Rewrite" url="/phpmyfaq/index.php"/>
</rule>
<rule name="rule 14L" stopProcessing="true">
<match url="^phpmyfaq/sitemap-(.*)_(.*)\.html$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=sitemap&letter={R:1}&lang={R:2}"
appendQueryString="true"/>
</rule>
<rule name="rule 15L" stopProcessing="true">
<match url="^phpmyfaq/solution_id_(.*)\.html$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?solution_id={R:1}" appendQueryString="true"/>
</rule>
<rule name="rule 16L" stopProcessing="true">
<match url="phpmyfaq/content/([0-9]+)/([0-9]+)/([a-z\-]+)/(.+)\.htm(l?)$"/>
<action type="Rewrite"
url="/phpmyfaq/index.php?action=artikel&cat={R:1}&id={R:2}&artlang={R:3}"
appendQueryString="true"/>
</rule>
<rule name="rule 17L" stopProcessing="true">
<match url="phpmyfaq/category/([0-9]+)/([0-9]+)/(.+)\.htm(l?)$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=show&cat={R:1}&seite={R:2}"
appendQueryString="true"/>
</rule>
<rule name="rule 18L" stopProcessing="true">
<match url="phpmyfaq/category/([0-9]+)/(.+)\.htm(l?)$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=show&cat={R:1}"
appendQueryString="true"/>
</rule>
<rule name="rule 19L" stopProcessing="true">
<match url="phpmyfaq/news/([0-9]+)/([a-z\-]+)/(.+)\.htm(l?)$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=news&newsid={R:1}&newslang={R:2}"
appendQueryString="true"/>
</rule>
<rule name="rule 20L" stopProcessing="true">
<match url="phpmyfaq/sitemap/([^\/]+)/([a-z\-]+)\.htm(l?)$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=sitemap&letter={R:1}&lang={R:2}"
appendQueryString="true"/>
</rule>
<rule name="rule 21L" stopProcessing="true">
<match url="phpmyfaq/sitemap.xml$"/>
<action type="Rewrite" url="/phpmyfaq/sitemap.xml.php"/>
</rule>
<rule name="rule 22L" stopProcessing="true">
<match url="phpmyfaq/sitemap.gz$"/>
<action type="Rewrite" url="/phpmyfaq/sitemap.xml.php?gz=1"/>
</rule>
<rule name="rule 23L" stopProcessing="true">
<match url="phpmyfaq/sitemap.xml.gz$"/>
<action type="Rewrite" url="/phpmyfaq/sitemap.xml.php?gz=1"/>
</rule>
<rule name="rule 24L" stopProcessing="true">
<match url="phpmyfaq/tags/([0-9]+)/([0-9]+)/(.+)\.htm(l?)$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=search&tagging_id={R:1}&seite={R:2}"
appendQueryString="true"/>
</rule>
<rule name="rule 25L" stopProcessing="true">
<match url="phpmyfaq/tags/([0-9]+)/([^\/]+)\.htm(l?)$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=search&tagging_id={R:1}"
appendQueryString="true"/>
</rule>
<rule name="rule 26L" stopProcessing="true">
<match url="^phpmyfaq/(.*)$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=instantresponse" appendQueryString="true"/>
</rule>
<rule name="rule 27L" stopProcessing="true">
<match url="phpmyfaq/api/getVersion"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=getVersion" appendQueryString="true"/>
</rule>
<rule name="rule 28L" stopProcessing="true">
<match url="phpmyfaq/api/getApiVersion"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=getApiVersion" appendQueryString="true"/>
</rule>
<rule name="rule 29L" stopProcessing="true">
<match url="phpmyfaq/api/search/([a-z\-]+)/([a-z\-]+)$"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=search&lang={R:1}&q={R:2}"
appendQueryString="true"/>
</rule>
<rule name="rule 30L" stopProcessing="true">
<match url="phpmyfaq/api/getCategories"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=getCategories" appendQueryString="true"/>
</rule>
<rule name="rule 31L" stopProcessing="true">
<match url="phpmyfaq/api/getFaqs/([a-z\-]+)/([0-9]+)"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=getFaqs&lang={R:1}&categoryId={R:2}"
appendQueryString="true"/>
</rule>
<rule name="rule 32L" stopProcessing="true">
<match url="phpmyfaq/api/getFaq/([a-z\-]+)/([0-9]+)"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=getFaq&lang={R:1}&recordId={R:2}"
appendQueryString="true"/>
</rule>
</rules>
</rewrite>
<defaultDocument>
<files>
<remove value="index.php"/>
<add value="index.php"/>
</files>
</defaultDocument>
</system.webServer>
</configuration>