aromot
aromot
From my experience, it is better to remove the language from the URI before using it with FastRoute. ```php // ... $uri = rawurldecode($uri); $parts = explode('/', ltrim($uri, '/')); $lang...
there are various ways to manage a default language. This could be the topic of en whole article... so basically our starting point is this: your website is multilingual and...
@perspolise : no I didn't test the code I sent. It wasn't meant to be taken "as-is". The idea was more to give a track/hint. I think it's difficult to...