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

Development Tools

hector villasano
hector villasano
12,937 Points

I cant see my web page from mobile devices .

When trying to see my web sight form any mobile device i get a

"The request url /mobile/index.html was not found in our server.

  1. Not found error was encountered while trying to us an error document to handle the request."

www.hectorsv.com

I don't have the slightest clue what to do?

1 Answer

Andrew Helton
Andrew Helton
4,681 Points

It seems to be searching for your 'index.html' file in a folder named 'mobile' on the server. Is there a specific reason you have a 'mobile' folder? You shouldn't need a separate 'mobile' folder for Responsive Design. If there's nothing in that folder, I'd try deleting it and then see if it works properly. Someone else may have a better answer than I do.