Hi everyone, I'm trying to redirect to a 404 page from a plugin with this method
/forum/archive/how-to-trigger-a-404-error-from-within-a-plugin-t3198
but nothing is happening...... If you have a solution!
Thank you! Thank you!
Hi everyone, I'm trying to redirect to a 404 page from a plugin with this method
/forum/archive/how-to-trigger-a-404-error-from-within-a-plugin-t3198
but nothing is happening...... If you have a solution!
Thank you! Thank you!
you need to declare your function in getSubscribedEvents() function
then
public function onPageNotFound(Event $event)
{
// do your stuff
}
you can check many plugins use that method
... welcome to Grav Community 😀
Log in to reply.
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 2 | 79 | 2 days ago | ||
| 0 | 144 | 6 days ago | ||
| 0 | 144 | 1 week ago | ||
| 0 | 138 | 1 week ago | ||
| 2 | 225 | 2 weeks ago |