Skip to content

Commit a6df001

Browse files
Hello World!
1 parent 456bd29 commit a6df001

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.htaccess

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## EXPIRES CACHING ##
2+
<IfModule mod_expires.c>
3+
ExpiresActive On
4+
ExpiresByType image/jpg "access 1 year"
5+
ExpiresByType image/jpeg "access 1 year"
6+
ExpiresByType image/gif "access 1 year"
7+
ExpiresByType image/png "access 1 year"
8+
ExpiresByType text/css "access 1 month"
9+
ExpiresByType text/html "access 1 month"
10+
ExpiresByType application/pdf "access 1 month"
11+
ExpiresByType text/x-javascript "access 1 month"
12+
ExpiresByType application/x-shockwave-flash "access 1 month"
13+
ExpiresByType image/x-icon "access 1 year"
14+
ExpiresDefault "access 1 month"
15+
</IfModule>
16+
## EXPIRES CACHING ##

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" itemscope itemtype="http://schema.org/Movie">
2+
<html lang="en">
33
<head>
44
<title>ProgrammerGaurav | Gaurav Gupta | portfolio | Web Developer</title>
55
<meta charset="utf-8">

0 commit comments

Comments
 (0)