forked from samdutton/simpl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.htaccess
38 lines (35 loc) · 1.43 KB
/
.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
31
32
33
34
35
36
AddType text/cache-manifest .appcache
AddCharset UTF-8 .html
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript text/javascript
RedirectMatch 301 /ajax /xhr
RedirectMatch 301 /cpt$ /canplaytype
RedirectMatch 301 /datachannel /rtcdatachannel
RedirectMatch 301 /dc$ /rtcdatachannel
RedirectMatch 301 /dm$ /devicemotion
RedirectMatch 301 /do$ /deviceorientation
RedirectMatch 301 /es$ /eventsource
RedirectMatch 301 /fieldset /localstorage
RedirectMatch 301 /fs$ /fullscreen
RedirectMatch 301 /geo$ /geolocation
RedirectMatch 301 /gum$ /getusermedia
RedirectMatch 301 /input$ /inputtypes
RedirectMatch 301 /location$ /geolocation
RedirectMatch 301 /map$ /track/map
RedirectMatch 301 /mf$ /mediafragments
RedirectMatch 301 /mo$ /mutationobserver
RedirectMatch 301 /mr$ /mediarecorder
RedirectMatch 301 /multi$ /rtcpeerconnection/multi/index.html
RedirectMatch 301 /n$ /notification
RedirectMatch 301 /nt$ /navigationtiming
RedirectMatch 301 /ol$ /online
RedirectMatch 301 /pc$ /rtcpeerconnection
RedirectMatch 301 /peerconnection /rtcpeerconnection
RedirectMatch 301 /performance /navigationtiming
RedirectMatch 301 /pm$ /postmessage
RedirectMatch 301 /sse$ /eventsource
RedirectMatch 301 /rt$ /resourcetiming
RedirectMatch 301 /summary$ /details
RedirectMatch 301 /ua$ /useragent
RedirectMatch 301 /webintents /stnetnibew
RedirectMatch 301 /ws /webaudio
RedirectMatch 301 /ww$ /webworkers