<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteRule ^simplesamlphp/simplesamlphp/www/(.*) simplesamlphp/simplesamlphp/public/$1 [L]
	RewriteRule ^(?!(simplerisk/csrf-magic/csrf-magic.js|simplerisk/jeasyui/.*?.js|simplerisk/jeasyui/themes/default/.*?.css|simplerisk/jeasyui/themes/default/images/.*?.(png|gif)|simplerisk/jeasyui/plugins/.*?.js|node_modules/chart.js/dist/.*?(.js|.map)|node_modules/sigma/dist/.*?.js|node_modules/graphology/dist/.*?(.js|.map)|node_modules/bootstrap-multiselect/dist/js/.*?.js|node_modules/bootstrap-multiselect/dist/css/.*?.css|node_modules/bootstrap/dist/css/.*?.css|node_modules/bootstrap/dist/js/.*?(.js|.map)|node_modules/bootstrap/scss/.*.scss|node_modules/datatables.net/js/.*?.js|node_modules/datatables.net-bs5/js/.*?.js|node_modules/datatables.net-bs5/css/.*?.css|node_modules/datatables.net-bs5/images/.*?.png|node_modules/datatables.net-rowgroup/js/.*?.js|node_modules/datatables.net-rowgroup-bs5/js/.*?.js|node_modules/datatables.net-rowgroup-bs5/css/.*?.css|node_modules/datatables.net-rowreorder/js/.*?.js|node_modules/datatables.net-rowreorder-bs5/js/.*?.js|node_modules/datatables.net-rowreorder-bs5/css/.*?.css|components/font-awesome/.*?|node_modules/jquery/dist/.*?.js|node_modules/jquery-ui/dist/.*?.js|node_modules/jquery-ui/dist/themes/base/.*?.css|node_modules/@mdi/font/css/.*?.css|node_modules/@mdi/font/css/.*?.css.map|node_modules/@mdi/font/fonts/.*?|node_modules/moment/min/.*?.js|node_modules/daterangepicker/.*?.css|node_modules/daterangepicker/.*?.js|node_modules/select2/dist/(css|js)/.*?|node_modules/@selectize/selectize/dist/(css|js)/.*?|node_modules/sorttable/.*?.js|node_modules/block-ui/.*?.js|simplesamlphp/simplesamlphp/www/.*?|node_modules/hugerte/.*?.js|node_modules/hugerte/icons/default/.*?.js|node_modules/hugerte/models/dom/.*?.js|node_modules/hugerte/plugins/.*|node_modules/hugerte/themes/.*|node_modules/hugerte/skins/.*|node_modules/toastr/build/.*?|node_modules/gridstack/dist/.*?|simplesamlphp/simplesamlphp/public/.*?|simplesamlphp/simplesamlphp/www/assets/js/.*?|simplesamlphp/simplesamlphp/public/assets/js/.*?|simplesamlphp/simplesamlphp/www/assets/css/.*?|simplesamlphp/simplesamlphp/public/assets/css/.*?|simplesamlphp/simplesamlphp/www/assets/fonts/.*?|simplesamlphp/simplesamlphp/public/assets/fonts/.*?|simplesamlphp/simplesamlphp/www/assets/icons/.*?|simplesamlphp/simplesamlphp/public/assets/icons/.*?|simplesamlphp/simplesamlphp/public/assets/base/fonts/.*?|simplesamlphp/simplesamlphp/public/assets/base/css/.*?|simplesamlphp/simplesamlphp/public/assets/base/icons/.*?|simplesamlphp/simplesamlphp/public/assets/base/js/.*?|duosecurity/duo_php/js/.*?|duosecurity/duo_php/demos/simple/Duo-Frame.css|swagger-api/swagger-ui/dist/.*?)$)(.*)?$ / [F,L]
	ErrorDocument 301 "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>301 Moved Permanently</title>\n</head><body>\n<h1>Moved Permanently</h1>\n<p>The document has been moved.</p>\n</body></html>"
</IfModule>
