ShortlinkController: configurable redirect methods. (#1533)
- Allows configuration to control how short link redirection works; default is now to use a header redirect for short links and an HTML-based redirect for longer ones in order to work around some limitations of php-fpm.
Showing
- config/vufind/config.ini 8 additions, 0 deletionsconfig/vufind/config.ini
- languages/de.ini 1 addition, 0 deletionslanguages/de.ini
- languages/en.ini 1 addition, 0 deletionslanguages/en.ini
- module/VuFind/config/module.config.php 1 addition, 1 deletionmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Controller/ShortlinkController.php 75 additions, 1 deletionmodule/VuFind/src/VuFind/Controller/ShortlinkController.php
- themes/bootstrap3/templates/shortlink/redirect.phtml 4 additions, 0 deletionsthemes/bootstrap3/templates/shortlink/redirect.phtml
Please register or sign in to comment