Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Add Expires Header
PostPosted: Fri Oct 25, 2013 6:25 am 
Offline
Junior Member

Joined: Fri Apr 26, 2013 3:58 am
Posts: 23
As per recommendation of GTMetrix, I added the following code into .htaccess but it has no effect at all.
Code:
<IfModule mod_expires.c>
# Enable expirations
ExpiresActive On
# Default directive
ExpiresDefault "access plus 1 month"
# My favicon
ExpiresByType image/x-icon "access plus 1 year"
# Images
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
# CSS
ExpiresByType text/css "access 1 month"
# Javascript
ExpiresByType application/javascript "access plus 1 year"
</IfModule>


I tried inserting the above code into /etc/apache2/apache2.conf, but no luck. :roll:
Somebody help me please.


Top
   
 Post subject: Re: Add Expires Header
PostPosted: Fri Oct 25, 2013 8:19 am 
Offline
Senior Member

Joined: Fri Feb 17, 2012 8:20 pm
Posts: 365
Do you have the module expires enabled?


Top
   
 Post subject: Re: Add Expires Header
PostPosted: Fri Oct 25, 2013 9:56 am 
Offline
Junior Member

Joined: Fri Apr 26, 2013 3:58 am
Posts: 23
I dont know how to enable it.


Top
   
 Post subject: Re: Add Expires Header
PostPosted: Fri Oct 25, 2013 10:06 am 
Offline
Junior Member

Joined: Fri Apr 26, 2013 3:58 am
Posts: 23
I got it. :D
after executing the following command.
Code:
sudo a2enmod expires


Thanks for the help.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group