php - How can I use an .htaccess for specific path to listen child path

one text

Solution:

Found a working solution

I made its own directory for (some-path)

Inside that path added:

  1. index.php - with wordpress (header, footer) - middle of that added my reactjs application
  2. .htaccess to listen that reactjs app - now all routes runs well

Source