Redirection stopped working since latest update
-
Hi there,
We updated to the latest version yesterday (Nov. 12th, 2018) and the plugin is no longer redirecting. The default 404 page comes up instead, even though we have set a fallback page within the settings if no post can be found based on the title.
We checked the debug log, and saw the following:
function debug($query){
$title = ‘Fallback Redirection disabled. Displaying 404.’;if(isset($query[‘redirect’][‘url’]) && !empty($query[‘redirect’][‘url’]))
$title = ‘Redirection: ‘ . “” . $query[‘redirect’][‘url’] . “” . ‘ (‘ . $query[‘settings’][‘method’] . ‘ Headers)’;
?>No idea why this is happening. The fallback page is set and it was working just fine before we updated.
Please advise as to how we might fix this issue.
Thank you
- The topic ‘Redirection stopped working since latest update’ is closed to new replies.