how to check if url exists |
lets re-phrase the question.
if someone enters a URL like : domain.com/elephant does that URL cause an event like loading a view or does something else; id that what you mean ? for a view you can do something in a controller like Code: public function showView($page) rout to pick up is : Code: $routes->get('(:any)','Pages::showView/$1'); |
Messages In This Thread |
how to check if url exists - by cb21 - 04-12-2025, 11:58 PM
RE: hot to check if url exists - by kcs - 04-13-2025, 01:33 AM
RE: hot to check if url exists - by captain-sensible - 04-13-2025, 01:35 AM
RE: how to check if url exists - by InsiteFX - 04-14-2025, 10:31 PM
|