RE: Sentora for Windows 1.0.0 released!
02-25-2015, 05:01 AM
(This post was last modified: 02-25-2015, 05:07 AM by Miow5.)
Quote:LOL!!!
In Windows, there is no CHMOD
Windows has no CHMOD but it still have similar security issues!
After hours of investigation, I found following:
When installing WebMatrix in Windows and also having Sentora Windows installed, I
uploaded the contact form files to the Matrix environment, which is e.g. http://localhost:8080 and guess what?
I was able to send an e-mail from my contact-form.php hosted at http://localhost:8080 (no smtp AUTH., sendmail, PHPmailer). The form has also a reply feature, so I received 2 emails:
me@mydomain and otheremail@me.com
The problem on the contact form not sending email in a website has probably to do with ports:
what if I change the port to 8080? [This will be my next step]
APACHE CONFIG HTTPD
=> Listen 8080?