StudioProcess / imagetool

1 stars 0 forks source link

Reload on /login (on live server) results in 404 #104

Closed RESL closed 7 years ago

RESL commented 7 years ago

http://ito.process.studio/login

`Not Found

The requested URL /login was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache Server at ito.process.studio Port 80`

martinleopold commented 7 years ago

This is most likely a server issue. Apache needs to direct all requests (that don't go to /api/*) to the main app file (/index.html). Can be done in .htaccess