Hello community,
We upgraded out server to 2.1.5 and it seem now that when we go to the web setup wizard we get a 404 error.
we edit our apache 000-default config file shows :
<VirtualHost *:80>
ServerName x.y.com
DocumentRoot /var/www/html/magento2/pub/
</VirtualHost>
and when we go to x.y.com/setup we get a 404 error (even if I access it from the admin console via system -> web setup wizard, the link on web setup wizard points to
http://x.y.com/admin_mudeer/admin/backendapp/redirect/app/setup/key/ab04b2bdd378c3a276606e8e31dd8c62... , which end up in
http://app.fodakty.com/setup
I noticed that the setup folder is in var/www/html/magento2/setup/
and all my website in the admin panel points to http://x.y.com/
is the fix in Apache ? if so, how do I address it ?
would really appreciate the community's assistance on this.