Replies: 1 comment
-
set your 404 page to do the search? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a catch all page which would work like this
Route::statamic('{q}', 'landing', ['layout' => 'custom_search']);
this is my last line in
web.php
file, however this catch all getting higher priority and neither control panel nor existing pages showing up.Is there a possibility to return back custom catch-all view with 200 return code?
Beta Was this translation helpful? Give feedback.
All reactions