Jump to content

Recommended Posts

Posted

Hi,

 

Through a contact form I try to send certain data to an email account but it shows "Internal Server Error", the domain is hosted in Ricky, I have reviewed the configuration of both php and html and everything is correct Will there be any steps to that this works? The PHP.ini in ricky is enabled the mail parameter? Any solution?

 

 

Posted

Does the script file have permissions of 644? If you used SFTP to upload, you need to change the permissions before the script will work.

Posted

Forbidden

You don't have permission to access /mail/contact_me.php on this server.

Server unable to read htaccess file, denying access to be safe

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

Posted

Rename or delete your .htaccess file. That error is because the server can't access it for some reason (probably wrong permissions).

Posted

-rw-rw-r--. 1 sadeso1 sadeso1 1288 Jun 11 15:48 contact_me.php
That is 664. It needs to be 644 like Wolstech already said.
Posted

it seems that it is solved by the side of the permissions (6XX) the matter goes through configuration of the MX I assume to be using https

Guest
This topic is now closed to further replies.
×
×
  • Create New...