You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the plugin is "required", but I'd like to be able to customize the 404 reaction - in a nutshell, I would like it to be able to let the server handle the 404, so that the server can redirect a nonexistent post to my old blog, which is on a different subdomain now. Can this be done easily?
The text was updated successfully, but these errors were encountered:
Yeah, but I have hundreds of posts on the old system, and I don't have a list of their routes to manually define like that. I would also still need a 404 for actually non-existing posts, those that don't have an old counterpart.
Once server has given the request to PHP, there's no way from PHP to let the server to handle 404 anymore. You could maybe be able to make some proxy setup to do it, but it may be easier to create your own 404 plugin for Grav, which does what you want.
I know the plugin is "required", but I'd like to be able to customize the 404 reaction - in a nutshell, I would like it to be able to let the server handle the 404, so that the server can redirect a nonexistent post to my old blog, which is on a different subdomain now. Can this be done easily?
The text was updated successfully, but these errors were encountered: