| Server IP : 46.62.235.243 / Your IP : 216.73.216.217 Web Server : Apache/2.4.58 (Ubuntu) System : Linux Linkabili3Dicembre 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/linkabili/node_modules/connect-history-api-fallback/ |
Upload File : |
# Changelog ## v1.6.0 - Recommend absolute paths for rewrite targets. Contributed by @helfi92. ## v1.5.0 - Expose the HTTP request object in rewrite rules. Contributed by @VladShcherbin. ## v1.4.0 - The `.` (DOT) rule should only check the last path element. Contributed by @ntkme. ## v1.3.0 - Allow disabling of the `.` (DOT) rule via the `disableDotRule` option. ## v1.2.0 - Support definition of custom HTML `Accept` header values. Contributed by @cgmartin. ## v1.1.0 - Rewrite rules are now applied before the request URL is checked for dots. - Rewrite rules can be defined as functions to have greater control over the `dot rule`. ## v1.0.0 This version introduces a fair amount of breaking changes. Specifically, instances of the historyApiFallback need to be created via the exported function. Previously, this was not necessary. - **Breaking:** Support multiple instances of the historyApiFallback middleware with different configurations. - **Breaking:** Loggers are configured per historyApiFallback middleware instance (see `README.md`). - The fallback index HTML file can be configured. Default is `/index.html`. - Additional rewrite rules can be defined via regular expressions.