fusionticket/FTS_RC1/master/pos/_.htaccess - Htaccess File

fusionticket/FTS_RC1/master/pos/_.htaccess

# Various useful php configs for phpmyticket
# To enable rename it to .htaccess
# WARNING: some apache configs reject .htaccess files
# to be able to run phpmyticket you should edit includes/config/init_common.php

#To be used for production enviroments improves page loading speed
<IfModule mod_headers.c>
  <FilesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|swf)$">
    Header set Expires "access plus 1 months"
  </FilesMatch>
</IfModule>

####
##These PHP settings should be done in PHP.INI now as most apache servers will reject them
####
# Security
#php_flag register_globals off
#Misc
#php_flag magic_quotes_gpc off
#php_flag allow_call_time_pass_reference off
# Recomended error reporting for production environment
#php_flag display_errors off
#php_flag log_erros on
# Recommended error reporting for test environment
#php_flag display_errors on
#php_flag log_erros off

#AddType text/plain;charset=UTF-8 php

On Github License

Files

Download PDF of Htaccess file

Comments

Apache