-
Notifications
You must be signed in to change notification settings - Fork 0
/
.htaccess
68 lines (55 loc) · 3.25 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
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
RewriteEngine on
#RewriteCond %{HTTP_HOST} !^(hackathon\.mobile\.cologne)$ [NC]
#RewriteRule (.*) http://hackathon.mobile.cologne/$1 [R=301,L]
RewriteRule ^de$ /alexa-hackathon/index.de.html [L]
RewriteRule ^/de$ /alexa-hackathon/index.de.html [L]
RewriteRule ^en$ /alexa-hackathon/index.en.html [L]
RewriteRule ^/en$ /alexa-hackathon/index.en.html [L]
RewriteRule ^css/(.*)$ /alexa-hackathon/css/$1 [L]
RewriteRule ^/css/(.*)$ /alexa-hackathon/css/$1 [L]
RewriteRule ^img/(.*)$ /alexa-hackathon/img/$1 [L]
RewriteRule ^/img/(.*)$ /alexa-hackathon/img/$1 [L]
RewriteRule ^js/(.*)$ /alexa-hackathon/js/$1 [L]
RewriteRule ^/js/(.*)$ /alexa-hackathon/js/$1 [L]
RewriteRule ^fonts/(.*)$ /alexa-hackathon/fonts/$1 [L]
RewriteRule ^/fonts/(.*)$ /alexa-hackathon/fonts/$1 [L]
RewriteRule ^font-awesome/(.*)$ /alexa-hackathon/font-awesome/$1 [L]
RewriteRule ^/font-awesome/(.*)$ /alexa-hackathon/font-awesome/$1 [L]
RewriteRule ^android-wear-hackathon/de$ /android-wear-hackathon/index.de.html [L]
RewriteRule ^/android-wear-hackathon/de$ /android-wear-hackathon/index.de.html [L]
RewriteRule ^android-wear-hackathon/en$ /android-wear-hackathon/index.en.html [L]
RewriteRule ^/android-wear-hackathon/en$ /android-wear-hackathon/index.en.html [L]
RewriteRule ^apple-watch-hackathon/de$ /apple-watch-hackathon/index.de.html [L]
RewriteRule ^/apple-watch-hackathon/de$ /apple-watch-hackathon/index.de.html [L]
RewriteRule ^apple-watch-hackathon/en$ /apple-watch-hackathon/index.en.html [L]
RewriteRule ^/apple-watch-hackathon/en$ /apple-watch-hackathon/index.en.html [L]
RewriteRule ^alexa-hackathon/de$ /alexa-hackathon/index.de.html [L]
RewriteRule ^/alexa-hackathon/de$ /alexa-hackathon/index.de.html [L]
RewriteRule ^alexa-hackathon/en$ /alexa-hackathon/index.en.html [L]
RewriteRule ^/alexa-hackathon/en$ /alexa-hackathon/index.en.html [L]
RewriteCond %{HTTP:Accept-Language} (de) [NC]
RewriteRule ^$ /alexa-hackathon/index.de.html [L]
RewriteRule ^/$ /alexa-hackathon/index.de.html [L]
RewriteRule ^android-wear-hackathon/$ /android-wear-hackathon/index.de.html [L]
RewriteRule ^/android-wear-hackathon/$ /android-wear-hackathon/index.de.html [L]
RewriteRule ^apple-watch-hackathon/$ /apple-watch-hackathon/index.de.html [L]
RewriteRule ^/apple-watch-hackathon/$ /apple-watch-hackathon/index.de.html [L]
RewriteRule ^alexa-hackathon/$ /alexa-hackathon/index.de.html [L]
RewriteRule ^/alexa-hackathon/$ /alexa-hackathon/index.de.html [L]
#RewriteCond %{HTTP:Accept-Language} !.*de.* [NC]
RewriteRule ^$ /alexa-hackathon/index.en.html [L]
RewriteRule ^/$ /alexa-hackathon/index.en.html [L]
RewriteRule ^android-wear-hackathon/$ /android-wear-hackathon/index.en.html [L]
RewriteRule ^/android-wear-hackathon/$ /android-wear-hackathon/index.en.html [L]
RewriteRule ^apple-watch-hackathon/$ /apple-watch-hackathon/index.en.html [L]
RewriteRule ^/apple-watch-hackathon/$ /apple-watch-hackathon/index.en.html [L]
RewriteRule ^alexa-hackathon/$ /alexa-hackathon/index.en.html [L]
RewriteRule ^/alexa-hackathon/$ /alexa-hackathon/index.en.html [L]
Header unset Last-Modified
Header unset ETag
FileETag None
ExpiresActive On
ExpiresByType text/css "access plus 1 days"
ExpiresByType image/gif "access plus 7 days"
ExpiresByType image/jpeg "access plus 7 days"
ExpiresByType image/png "access plus 7 days"