What he said, try that and make sure xampp and stuff is loading. If you have skype in the background close it, was one of the issues for me.Check if something else is running on port 80
He said he is using IIS. The easiest fix is just a quick restart, honestly and to check to make sure the server, and generic website is started.What he said, try that and make sure xampp and stuff is loading. If you have skype in the background close it, was one of the issues for me.
Yeah, or try that.He said he is using IIS. The easiest fix is just a quick restart, honestly and to check to make sure the server, and generic website is started.
Hopefully, I wasn't included within that list of noobs. If he restarted his computer, IIS would be a start up priority, versus other programs using port 80 thus making it work. Also, sometimes the server will not even start the website automatically, in which he'd need to do it himself.noobs tryna help other nobbs, I'm sorry lmao.
on topic; what exactly do you mean it's not working? can you upload the logs file with the specific errors?
it's not that deep bruh, you can't really know what's going on without viewing the specific errors; the log file will give you a better understandingHopefully, I wasn't included within that list of noobs. If he restarted his computer, IIS would be a start up priority, versus other programs using port 80 thus making it work. Also, sometimes the server will not even start the website automatically, in which he'd need to do it himself.
Also, stick to one form of spelling "noobs" to "nobbs" is not the best transition.
shut up noobit's not that deep bruh, you can't really know what's going on without viewing the specific errors; the log file will give you a better understanding
you seem like a troll, get back on topicshut up noob
dunno why there are any other posts in this topic, since my initial reply was the proper way of debugging thisyou seem like a troll, get back on topic
Because people are stupid, and no one knows how to check logs to see the errors. They'd rather be lazy idiots their entire lives and have people solve their problems.dunno why there are any other posts in this topic, since my initial reply was the proper way of debugging this
Another reason why IIS sucks (contrary to what @Jaden believes). Apache/Nginx/Litespeed - would take me 5 seconds to tail the logs whereas IIS wants you to open up Event Viewer just to find that out.Because people are stupid, and no one knows how to check logs to see the errors. They'd rather be lazy idiots their entire lives and have people solve their problems.
No shit, really?? Damn that makes IIS the best!!You can view a raw log file with IIS.
I know right !!!!!No shit, really?? Damn that makes IIS the best!!
something may be using IIS's port, this was my problem.I'm using Windows 10, and IIS however for some reason Localhost doesn't seem to want to work? I'm aware it's a general issue with Windows 10 however, are there any solutions available?
Thanks.
netstat -aon
NET stop HTTP
badsomething may be using IIS's port, this was my problem.
use this to check if anything is using that port (80)Code:netstat -aon
use that to kill the interfering servicesCode:NET stop HTTP