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 trialShouvik Pal
347 PointsHow to remove extension from web address ?
For example http://treehousewebsite.com/about.html
But usually we don't see that .html extension on websites. So how to remove it?
And one important thing, you are great Nick! keep it up
1 Answer
Jonathan Grieve
Treehouse Moderator 91,253 PointsURL rewrting does come in to it,
You could also achieve the same effect by separating the pages into different directories.
chrisverra
3,760 Pointschrisverra
3,760 Pointstake a look at url rewriting (htaccess)