brondsem / familysite

Organize your family's contact info, communication, etc on a private web page

This URL has Read+Write access

familysite / .htaccess
100644 6 lines (6 sloc) 0.174 kb
1
2
3
4
5
6
<IfModule mod_php5.c>
    php_flag magic_quotes_gpc off
    # 60*60*1 = 1 hour
    php_value session.gc_maxlifetime 3600
    #php_value error_reporting 2147483647
</IfModule>