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

General Discussion

HTTP Help

We have a custom 404 page that we deliver on our website (www.williamwoods.edu), but there's something weird going on.

When a user goes to a URL that is not valid on our site, for example, www.williamwoods.edu/foo, they get the 404 page, which is correct, but Google seems to get a 302 code. It seems to think that the information on the original page is now on 404.aspx.

I really don't know anything about configuring these - we went into IIS and did the whole......whatever you call it when you do it within IIS, but that doesn't seem to be working.

Is there someplace where I can learn (a lot) more about configuring these things properly, or would anyone have any insight as to what might need to be done?

Thanks!