Error: There is 1 array declaration that contain text character variables or values without quotations:
array( 'From: plus1@something.net', 'Content-Type: text/html' );
I'm having some problems with that lol
I use Dreamweaver CS6 and is not configured to run PHP files... I also use WebMatrix and when I run my contact it gives me a 404.20 HTTP error page...
HTTP Error 404.20 - Not Found
some time ago I had Wamp but had to delete it because the port :80 was already being used (maybe by WebMatrix) and I couldn't make it work properly.
Fidbeck wrote:I'm having some problems with that lol
I use Dreamweaver CS6 and is not configured to run PHP files... I also use WebMatrix and when I run my contact it gives me a 404.20 HTTP error page...
HTTP Error 404.20 - Not Found
some time ago I had Wamp but had to delete it because the port :80 was already being used (maybe by WebMatrix) and I couldn't make it work properly.
It's usually skype that occupies port 80, but it could also be Pando media booster or TeamViewer. Check for any of those under the processing tab in your task manager.
pando media booster isn't a program you install. it comes with lots of different games to enhance performance. it's not visible unless you look in the process tab in your task manager.
I've already tried XAMPP in the past but since I couldn't make it work because the port it was listening was port 80 and it seems that that port was already being used. In a near future will format my HD so i'll install it then.
Fidbeck wrote:I've already tried XAMPP in the past but since I couldn't make it work because the port it was listening was port 80 and it seems that that port was already being used. In a near future will format my HD so i'll install it then.
You should be able to edit the port it uses if you can find the config files for Apache, there will be something like
I only changed in the httpd.conf file everything related to any port, being the listen or for instance 127.0.0.1:80
but i'm going to format my computer in a near future so i'll try that out. In another computer I have I don't have Webmatrix or Dreamweaver installed and Xampp works nicely. I bet it's Webmatrix that is ruining this stuff