HI,
I have been reviewing all my server and in principle everything is correct or I can not find the fault. I have reviewed the forum and I have not found in principle solution to my failure.
My problem is a file of the contact form that is in the directory example.com/assets/contact.php
Every time I run the form from the web, I link to that contact.php but I get an error
"500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request .... "
I downloaded the apache log from the domain and it shows me this bug:
I tried to create new htaccess file in case it was the problem and that is not the problem
I have tried up to 777 permissions and there is no way to boot.
The web is created in html all under a template and in a normal web server it works and in my dedicated server it does not
Let's see if you can help me. Thank you
I have been reviewing all my server and in principle everything is correct or I can not find the fault. I have reviewed the forum and I have not found in principle solution to my failure.
My problem is a file of the contact form that is in the directory example.com/assets/contact.php
Every time I run the form from the web, I link to that contact.php but I get an error
"500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request .... "
I downloaded the apache log from the domain and it shows me this bug:
Code:
"
80.173.xxx.xxx- - [24/Jan/2019:18:59:10 +0100] "GET /assets/contact.php HTTP/1.1" 404 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0"
80.173.xxx.xxx- - [24/Jan/2019:18:59:10 +0100] "GET /assets/contact.php HTTP/1.1" 404 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0"
80.173.xxx.xxx- - [24/Jan/2019:18:59:11 +0100] "GET /assets/contact.php HTTP/1.1" 404 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0"
80.173.xxx.xxx- - [24/Jan/2019:19:01:08 +0100] "GET /assets/contact.php HTTP/1.1" 404 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0"
80.173.xxx.xxx- - [24/Jan/2019:19:01:17 +0100] "GET /assets/contact.php HTTP/1.1" 404 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0"
80.173.xxx.xxx- - [24/Jan/2019:19:01:18 +0100] "GET /assets/contact.php HTTP/1.1" 404 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0"
I have tried up to 777 permissions and there is no way to boot.
The web is created in html all under a template and in a normal web server it works and in my dedicated server it does not
Let's see if you can help me. Thank you
Last edited by a moderator: