Php – htacess config to serve static files and dynamic files
the structure of my server is /build/ (a react application is deployed here) and /api/ (a PHP application is deployed here) I want to redirect traffic from www.test.com/* to /build and traffic from www.test.com/api/* to /api this is the current…