Can someone please help me with my problem im struggeling with for the past day.
It all worked normal a few days ago, but since yesterday everytime i try to send a contact form or i try to login my cms
i get this errorlog
"Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Additionally, a 304 Not Modified error was encountered while trying to use an ErrorDocument to handle the request."
Im working with a Laravel project
I've tried to install composer again but that didnt workout
The error HTTP 503 service unavailable occurs due to the following reasons.
To resolve this, first, you can reboot the server, so if resources get high, it can be normal again for some time, and you can find if there is an attack on the site.
Also, you can check the event-viewers log if the IIS service is unavailable or get the causing issue-related log from the event viewer.
The error HTTP 304 Not Modified indicates that the requested resources have not been modified since the last time you accessed them (Web page files etc...).
Generally, Search engines such as google, yahoo are responsible for indexing and caching websites. So this issue can usually be traced back to the browser used to access the site.
Below are the methods you can use to resolve this.
Hope this will help ;)