Options -Indexes
php_value max_execution_time 480
php_flag magic_quotes_gpc Off

#pal cacher
AddType text/cache-manifest .appcache
<filesMatch "(\.appcache|cachea_iframe\.php)$">
	ExpiresActive On
	ExpiresByType text/cache-manifest "access plus 0 seconds"
	#Hmmm con cache debia ser error no tener el mod_headers.c con palomita!
	    #<ifModule mod_headers.c>
		    Header unset Pragma
		    Header set Cache-Control "max-age=0, private,  must-revalidate"
	    #</ifModule>
</filesMatch>
