Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialLi Chang
11,883 Pointsan errors occurred.
when I open the .dev page, the browser appear this error message:
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
cocoaluya2.dev Apache/2.4.12 (Unix) OpenSSL/1.0.1m PHP/5.5.24 mod_perl/2.0.8-dev Perl/v5.16.3
Ryno Terblanche
862 PointsSame here.
Marissa Richardson
47,542 PointsSame here with the message:
This site is using a new generic top-level domain (gTLD). If you have used cocoaluya2.dev to access an internal site in the past, contact your network administrator.
4 Answers
Dale Severude
Full Stack JavaScript Techdegree Graduate 71,350 PointsI had the same issue using Windows 10. Here is the article I used to resolve this:
How to make WAMP/XAMPP work on Windows 10 http://blog.imaginea.com/how-to-make-wampxampp-work-on-windows-10/
Sally Gradle
24,694 PointsSame for me. Windows diagnostics could not find the problem. When doing local development with the full install of XAMPP I had to make changes to the ports because of conflicts with other software. Could this be the case here, too? If so, how are those changes made, since there is no control panel for Xampplite? I have searched the online documentation for ServerPress and have found no information like this.
Sally Gradle
24,694 PointsUPDATE: See this article, and follow the link that is in it. https://serverpress.com/forums/topic/every-time-i-install-i-get-the-same-error/ Solved my problem.
Ryno Terblanche
862 PointsOK, so I got mine working by uninstalling XAMPP full version that was on laptop and uninstalled the wordpress server. I then found out that port 80 was in use, the same port that Xampplite is trying to use. Upon doing a port searching with the CMD command:
From a command prompt: Start | Run (type) cmd (click Ok) or Start > All Programs > Accessories > Command Prompt
Type the following and press enter:
netstat -b -a
I found that my system was using port 80. This you cannot terminate so I found the below:
CMD command: net stop http
Solved my error, then I was able to install again and worked.
Sally Gradle
24,694 PointsAgreed about the XAMPP conflict. It's covered in the article, too.
Billy Torrez
10,271 PointsBilly Torrez
10,271 PointsSame here.