Hi, I have a Router\Group that has a different domain,
php $group->setHostName('sub.domain.localhost.com');
how can I create a different 404 page for this specific group ?
php $router->notFound(...)
will work only for the main domain.
Thank you.
Hi, I have a Router\Group that has a different domain,
php $group->setHostName('sub.domain.localhost.com');
how can I create a different 404 page for this specific group ?
php $router->notFound(...)
will work only for the main domain.
Thank you.