Hi,
I have been trying unsuccessuly to send an email with the following php command:
$to = 'xxx@gmail.com';
$subject = 'the subject';
$message = 'hello';
$headers = 'From: contact@xxx.x10.mx' . "\r\n" .
'Reply-To: contact@xxx.x10.mx' . "\r\n" .
'X-Mailer: PHP/' ...
Hi,
The homepage of the site I have just uploaded on the server does not work: http://nbrieuc.x10.mx/index.html.
Other pages work fine (http://nbrieuc.x10.mx/aboutus.html for example) and if I rename the index.html to home.html, the homepage is working fine so I am guessing it might be an...