Hi,
I’d like to know if there are a way to make working the direct link from my react site.
For example i have some routes that works when you click from the site but not when you type the address directly.
I saw rewrite and redirect rules but it redirects all pages to the main.
It’s not the goal. I need to go directly on certain page
/traineeship
/catalog and some others
How can i achieve this?
thanks