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 trial

WordPress How to Install WordPress on Your Computer How to Install WordPress on Your Computer Installing WordPress with DesktopServer

Li Chang
Li Chang
11,883 Points

an 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

Same here.

Marissa Richardson
Marissa Richardson
47,542 Points

Same 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

Same 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.

UPDATE: 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.

OK, 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.

Agreed about the XAMPP conflict. It's covered in the article, too.