show/hide this revision's text 2 Swapped 2 and 3 based on comments.
  1. Set up a development server (as Greg Hewgill mentioned, VirtualBox and Virtual PC are good choices for this).

  2. Put the current site files (including the relevant web server and PHP configurations!) into version control.

  3. Find out what files are being used - use your development server setup to test by removing all the fooN.php files and see if it still works.

  4. Put the current site files (including the relevante web server and PHP configurations!) into version control.

  5. Pray...lots (OK, this isn't required, but it sounds like you'll need it).

show/hide this revision's text 1
  1. Set up a development server (as Greg Hewgill mentioned, VirtualBox and Virtual PC are good choices for this).

  2. Find out what files are being used - use your development server setup to test by removing all the fooN.php files and see if it still works.

  3. Put the current site files (including the relevante web server and PHP configurations!) into version control.

  4. Pray...lots (OK, this isn't required, but it sounds like you'll need it).