-
Notifications
You must be signed in to change notification settings - Fork 0
/
.htaccess
30 lines (22 loc) · 920 Bytes
/
.htaccess
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
RewriteEngine on
RewriteRule ^$ specs
RewriteRule ^nmos-template is-template
RewriteRule ^nmos-discovery-registration is-04
RewriteRule ^nmos-device-connection-management is-05
RewriteRule ^nmos-network-control is-06
RewriteRule ^nmos-event-tally is-07
RewriteRule ^nmos-audio-channel-mapping is-08
RewriteRule ^nmos-system is-09
RewriteRule ^nmos-id-timing-model ms-04
RewriteRule ^nmos-grouping bcp-002
RewriteRule ^nmos-natural-grouping bcp-002-01
RewriteRule ^nmos-api-security bcp-003
RewriteRule ^nmos-secure-communication bcp-003-01
RewriteRule ^nmos-authorization-practice bcp-003-02
RewriteRule ^nmos-certificate-provisioning bcp-003-03
RewriteRule ^nmos-receiver-capabilities bcp-004-01
RewriteRule ^nmos-authorization-implementation-guide info-002
# This needs to be after nmos-authorization-*
RewriteRule ^nmos-authorization is-10
ErrorDocument 404 /404.html
#RewriteRule (.*) /show.php?url=$1 [END]