Wednesday, January 13, 2021

Apache2 + Reactjs + Refresh solution

You should create the file .htaccess in the public folder of the project, by example /home/user/public_html/reactproject or /var/www/html/reactproject




Next reset the apache2 service:


> sudo systemctl restart apache2

>sudo service apache2 restart

30 Blogs to Learn 30 System Design Concepts

  1. APIs: https:// blog.algomaster.io/p/whats-an-api 2. API Gateway: https:// blog.algomaster.io/p/what-is-an-a pi-gateway … 3. Scalab...