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!
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

Ranjay Salmon
20,312 PointsUnable to get MAMP server to update web pages in google chrome, Works fine in Safari though..HELP
MAMP Server works fine updating pages in Safari, But only leads default Web pages from Build a simple PHP application in Chrome
1 Answer

Jake Cooper
Courses Plus Student 56,854 Pointsyou might have browser caching serving you older content than your most recent changes.
Open your Developer Tools within Chrome (Ctrl + Shift + i ) and then right-click on the refresh button.
3 options should appear in a menu:
Either Hard Reload or Empty Cache and Hard Reload, should solve your problem if I'm understanding the problem correctly.
Ranjay Salmon
20,312 PointsRanjay Salmon
20,312 PointsThanks for your advice even though it didn't, quite work that way for my mac, the options didn't show up, i had to select disable cache from the network panel in the developer tools, thanks again.