//if apache_mod_rewrite, this holds the file where to record the streamed resources by urlhandler.php define('AWS_STREAM_FILE', FALSE);
////////////////// //ERROR HANDLING// ////////////////// //403 FORBIDDEN APPLICATION define('AWS_ERROR_403', "templates/403.xml"); //404 NOT FOUND ERROR APPLICATION define('AWS_ERROR_404', "templates/404.xml");
//LOG LAMDA FUNCTIONS TO BE RECORDED - FOR TESTING ONLY, SLOWS DOWN THE APPLICATION //IF ENABLED SEE THE FILES IN log FOLDER define('AWS_DEBUG', FALSE);