Welcome Guest, Not a member yet? Register   Sign In
How to use routing to add .html suffix?
#4

Haven't tried this, but I guess it's do to the fact it's interpreted as regex. So try escaping the wildcard dot.
Code:
$routes->get('abc\.html', 'Homepage::show_categories_page/abc');
Reply


Messages In This Thread
RE: How to use routing to add .html suffix? - by jreklund - 05-07-2020, 11:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB