I have read the IIS FAQs found in this forum, but it does not list my problem, or how to solve it.
I keep getting this error HTTP 500 when typing http://localhost/index.php
When I first installed IIS, it came with a Default Web Site, where I was able to create a virtual directory, which pointed to my folder where the index.php is located, and the website was loading fine.
Because I want to load the site from the root directory like when typing http://localhost/index.php instead of virtual directory, I created a new site, and because the bindings interfered with each website, I still created the bindings point at the same domain and as my default web site where I had the virtual directory, now the website does not load at all.
I placed everything back the way it used to be, by deleting the website I created and re-creating the default web site with the same exact bindings it comes with, and all created the virtual directory pointing to my folder where I have website files, but still website does not load now..I have screwed up everything, I don't know how to fix it.
Any help please?