SandorBalazsHU / elte-ik-msc-weather-cam

ELTE IK MSC Haladó Szoftvertechnológia projekt. Időjárási kamera [Projekt 5]
MIT License
1 stars 0 forks source link

Vue router not working well in production. #16

Closed noratanX closed 2 years ago

noratanX commented 2 years ago

I uploaded the latest build of the web application for demonstration purposes. After uploading everything I noticed that all available routes give a 404 error. After googling a little I 'fixed' this by disabling the creation of web history, but this created some rather ugly links.

I think the error is related to this post. In a nutshell we should change the default fallback on 404 to index.html. I tried to ceate a .htaccess file and set it there but I was not able to. Mayble there is a setting for this on the admin panel? @SandorBalazsHU it would be great if you could check this if you have the time.

In the meantime the website is available here. Right now it's full of bugs but it's good for demonstration.

noratanX commented 2 years ago

Okay I started copy-pasting every .htaccess file available on the internet and managed to solve it somehow. I will close this issue.