CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Apache configuration (http://www.codingforums.com/forumdisplay.php?f=69)
-   -   help with set headers htaccess (http://www.codingforums.com/showthread.php?t=249676)

low tech 01-24-2012 12:57 PM

help with set headers htaccess
 
Hi all



following on from this thread about setting expire headers

http://www.codingforums.com/showthread.php?t=249403

2 points came out of that discussion

1) does my host provider allow headers to be set

2) I should use htaccess



I have checked with my host provider to see if I am allowed to set headers and they said
"If that is any change that you can carry out via .htaccess then you can but if that needs any modules installation server wide, then its not supported."

So I think I can.

and I have read info on htaccesss given in this link
http://www.askapache.com/htaccess/ap...e-control.html


so now I have this in my htaccess (from above link)

<filesMatch "\.(ico|jpg|jpeg|png|gif|js|css)$">
Header set Cache-Control "public"
Header set Expires "Mon, 01 Jan 2013 20:00:00 GMT"
</filesMatch>

I have two issues

1) I have no idea if this is right or if it is being applied ----- how do I check / know if these headers are set?

2) I think I should also set a Last-Modified header too --- but I can't find an example to copy to add in to the above.

I really need some help

LT


by the way Firefox xhows this for response header info

Date: Tue, 24 Jan 2012 12:52:22 GMT
Server: Apache
X-Powered-By: PHP/5.2.17
Content-Length: 49800
Connection: close
Content-Type: text/html

200 OK

low tech 01-25-2012 03:37 AM

Hi all

Ok I have decided after a lot of reading to forget the last modified header since I have come across this 'unset Last-Modified' several times.

And since the htaccess I have above doesn't seem to cause any issuse I'll just leave it as is even tho I have no idea if those headers are actually set.

LT


All times are GMT +1. The time now is 05:56 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.