Does anyone know why on a fresh installation the following is what is being produced on the installation screen?
http://####/index.php/dist/polyfills-es2015.72528892cc7709ea2d41.js
that will not resolve as it has “index.php” as a directory in path
This does resolve …
http://####/dist/polyfills-es2015.72528892cc7709ea2d41.js
The file exists and shows in browser when called directly but the script is outputting the url with “/index.php/dist/” in the url. Any way to fix this, is there something wonky in the config?