All my form on my shared hosting where not working anymore.
Every time I submit the post request i get this error :
" 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. "
With a lot of testing I figured out that is only occurs when there is an email in the input which is very weird for example :
when im submiting something like this it goes true :
name : jdfoiajdf last_name: osdjfaojsfd email : oisadfjoiasdf
But when i submit this it gives me an 503 error code. :
name : jdfoiajdf last_name: osdjfaojsfd email : thisis@mail.com
so why am I getting a 503 error when im submiting an Email and what can I do to solve this problem?
Help would be nice :)
so why am I getting a 503 error when im submiting an Email and what can I do to solve this problem?
Help would be nice :)