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

PHP

Ranjay Salmon
Ranjay Salmon
20,439 Points

Unable 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

you 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
Ranjay Salmon
20,439 Points

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