By artcoder on
I changed the HTML on page.tpl.php but it had no effect on the front page and any of my content pages. Why not? I am currently not logged in.
But when I log in, I'm seeing the effect of my changes.
What else do I need to do to affect changes on all pages for both non-logged in users and logged in users?
Comments
Empty the cache
You need to empty the cache. Either do this with the devel module, or press the 'Save configuration' button in admin/build/modules. Pages are cached for non-logged-in users.
Clear Browser Cache
Clear your browser cache every time you make changes. Then when you log out you see them automatically. This works for me.
Press and hold shift key while clicking on the browser reload button.
[Edit: Clearing browser cache is not the same as the shift-reload. I do the latter everytime I make changes; but it's good to clear browser cache also. (Just to be more clear).]