I have my react app running great on my local dev server but it did not work when I dump my production ready files straight into Apache\'s htdocs directory:
Here is
React routing issue fixed on ubantu server
Solution:
If you are using SSL nano /etc/apache2/sites-available/000-default-le-ssl.conf
Add the following lines
===================================================================================
DocumentRoot /var/www/project
AllowOverride None
Options FollowSymLinks Multiviews
Require all granted