Drupal Page Isn’t Updating After I Make Changes
If you have a web site in drupal and you make changes, but don’t see them, chances are that you need to clear the cache. You can install the drupal cache add-on or you could just create a quick php file and place it on the root. This file only needs this information: <?php include_once [...]