forked from thorsten/phpMyFAQ
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb.config
More file actions
217 lines (216 loc) · 12.3 KB
/
Copy pathweb.config
File metadata and controls
217 lines (216 loc) · 12.3 KB
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<?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-questions" 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=faq&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?solutionId={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=faq&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>
<!--
# REST API v2.0
# * http://[...]/api/v2.0/<ACTION>
-->
<rule name="rule 27L" stopProcessing="true">
<match url="phpmfaq/api/v2.0/version"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=version" appendQueryString="true"/>
</rule>
<rule name="rule 29L" stopProcessing="true">
<match url="phpmfaq/api/v2.0/search"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=search"
appendQueryString="true"/>
</rule>
<rule name="rule 30L" stopProcessing="true">
<match url="phpmfaq/api/v2.0/categories"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=categories" appendQueryString="true"/>
</rule>
<rule name="rule 31L" stopProcessing="true">
<match url="phpmfaq/api/v2.0/faqs/([0-9]+)"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=faqs&categoryId={R:1}"
appendQueryString="true"/>
</rule>
<rule name="rule 32L" stopProcessing="true">
<match url="phpmfaq/api/v2.0/faq/([0-9]+)/([0-9]+)"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=faq&categoryId={R:1}&recordId={R:2}"
appendQueryString="true"/>
</rule>
<rule name="rule 35L" stopProcessing="true">
<match url="phpmfaq/api/v2.0/attachments/([0-9]+)"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=attachments&recordId={R:1}"
appendQueryString="true"/>
</rule>
<rule name="rule 37L" stopProcessing="true">
<match url="phpmfaq/api/v2.0/faqs/popular"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=faqs&filter=popular" appendQueryString="true"/>
</rule>
<rule name="rule 38L" stopProcessing="true">
<match url="phpmfaq/api/v2.0/faqs/latest"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=faqs&filter=latest" appendQueryString="true"/>
</rule>
<rule name="rule 39L" stopProcessing="true">
<match url="phpmfaq/api/v2.0/news"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=news" appendQueryString="true"/>
</rule>
<rule name="rule 40L" stopProcessing="true">
<match url="phpmfaq/api/v2.0/faqs"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=faqs" appendQueryString="true"/>
</rule>
<rule name="rule 41L" stopProcessing="true">
<match url="phpmfaq/api/v2.0/faqs/popular"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=faqs&filter=popular"
appendQueryString="true"/>
</rule>
<rule name="rule 42L" stopProcessing="true">
<match url="^phpmyfaq/(.*)$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=overview" appendQueryString="true"/>
</rule>
<rule name="rule 43L" stopProcessing="true">
<match url="phpmfaq/api/v2.0/tags"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=tags"
appendQueryString="true"/>
</rule>
<rule name="rule 44L" stopProcessing="true">
<match url="phpmfaq/api/v2.0faqs/tags/([0-9]+)"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=faqs&tagId={R:1}"
appendQueryString="true"/>
</rule>
<rule name="rule 45L" stopProcessing="true">
<match url="phpmfaq/api/v2.0/comments"/>
<action type="Rewrite" url="/phpmyfaq/api.php?action=comments&recordId={R:1}"
appendQueryString="true"/>
</rule>
<rule name="rule 46L" stopProcessing="true">
<match url="^phpmyfaq/(.*)$"/>
<action type="Rewrite" url="/phpmyfaq/index.php?action=login" appendQueryString="true"/>
</rule>
</rules>
</rewrite>
<defaultDocument>
<files>
<remove value="index.php"/>
<add value="index.php"/>
</files>
</defaultDocument>
</system.webServer>
</configuration>