I think you are missing that SPA is not server side rendering. At least for the majority. So, when you access /anything your web server won't redirect it to index.html. However, if you click on any vuejs router link, it will work due to the fact that the javascript got in action, but not the server side.
Just as explained by @SERPRO, Vuejs, Angular, Reactjs, etc are all build on the concept of Single Page Application (SPA), so what I did on my Apache server was simply tell the server to load index.html for any path value after the origin. below are the changes that worked for me.on my virtual host file, I added a simple rewrite rule to always load index.html and not to redirect.
And so if a user enters -origin/account/confirm, the server will load the index.html with the app.vue file bound to it, and the app.vue file router will now pick the path account/confirm and determine the appropriate component to render
The server code is still up, but modified from the original format. It now uses index.htm file as the default. It does not have fancy pages on it yet, just enough to test all the web browser functions.
What ended up working for me was using Chrome's incognito mode to keep it from using cookies or anything then going to _index.htm"192.168.1.1" being the default IP it has from a factory reset. IDK it may work using it's regular LAN IP.
The problem here is that the second parameter here, $uri/, causes each of the files in your index directive to be tried in turn. If none are found, it then moves on to /index.html, which causes the same location block to be re-entered, and since it still doesn't exist, you get an endless loop.
The WHO has established an International Electromagnetic Fields Project (IEFP) to provide information on health risks, determine research needs and supports efforts to harmonize RF exposure standards. The WHO provides additional information on RF exposure and mobile phone use at who.int/mediacentre/factsheets/fs193/en/index.html. For more information on the IEFP, go to who.int/peh-emf/en.
f448fe82f3