Skip to content

Instantly share code, notes, and snippets.

View hartym's full-sized avatar
👽
Crafting great software

Romain Dorgueil hartym

👽
Crafting great software
View GitHub Profile
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
FileETag none
<IfModule mod_headers.c>
Header set Expires "Thu, 15 Apr 2015 20:00:00 GMT"
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "modification plus 10 years"
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
FileETag none
<IfModule mod_headers.c>
Header set Expires "Thu, 15 Apr 2015 20:00:00 GMT"
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "modification plus 10 years"
<?php
echo '<pre>';
print_r(sfContext::getInstance()->getUser()->getAttributeHolder()->getAll());
echo '</pre>';
die();