Skip to content

Commit 19fd144

Browse files
committed
initial commit
0 parents  commit 19fd144

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+19153
-0
lines changed

.htaccess

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<FilesMatch ".(ttf|otf|eot|woff)$">
2+
<IfModule mod_headers.c>
3+
Header set Access-Control-Allow-Origin "*"
4+
</IfModule>
5+
</FilesMatch>
6+
7+
## EXPIRES CACHING ##
8+
<IfModule mod_expires.c>
9+
ExpiresActive On
10+
ExpiresByType image/jpg "access 1 year"
11+
ExpiresByType image/jpeg "access 1 year"
12+
ExpiresByType image/gif "access 1 year"
13+
ExpiresByType image/png "access 1 year"
14+
ExpiresByType text/css "access 1 month"
15+
ExpiresByType text/html "access 1 month"
16+
ExpiresByType application/pdf "access 1 month"
17+
ExpiresByType text/x-javascript "access 1 month"
18+
ExpiresByType application/x-shockwave-flash "access 1 month"
19+
ExpiresByType image/x-icon "access 1 year"
20+
ExpiresDefault "access 1 month"
21+
</IfModule>
22+
## EXPIRES CACHING ##
23+
24+
RewriteEngine On
25+
RewriteCond %{REQUEST_FILENAME} !-f
26+
27+
28+
ErrorDocument 404 http://techelon.csinsit.org/error.php

0 commit comments

Comments
 (0)