Setting up the connection for a site using DreamWeaver and wampp 5: HTTP error 404
I use DreamWeaver to develop a website but when I tried to con开发者_如何转开发nect to it with Wampp 5, it displays HTTP error 404
. I have checked the configuration and nothing seems to be wrong. I don't know what I am missing. Can someone please help me out?
Check the error.log
file to see where in the filesystem the request ended up. It's most likely a problem in the DocumentRoot
setting.
精彩评论