i used a free css template, but you can
use a framework if you‟re feeling fancy
• html5boilerplate:
http://html5boilerplate.com/
• bootstrap:
http://getbootstrap.com/
• foundation:
http://foundation.zurb.com/
step 4: check server logs
• replace any files that were recently
changed (not by you) with backups
• the internet tells me this will find files
edited in the past 2 days:
find . -mtime -2 -type f
step 5: do a clean install
• if none of the above fixes work, you‟re
probably going to need to reinstall your
cms software
• this is a problem if you‟ve made a mess of
your file structure and have undocumented
customizations, so, in the future…
be prepared!
• set up your site so that you are able to
restore it from scratch with the newest
version of the software. don‟t get tied to a
particular version!
• some best practices…
best practices?
• always keep your software up-to-date
• keep your customizations modular
• keep your site root organized and your
subdirectories clean
• have clear documentation on how to
restore the site from scratch
• back up your backups
• minimize your use of plugins
• have a simple backup site ready to go