Changes between Version 2 and Version 3 of fix-compromised-web-site
- Timestamp:
- May 26, 2016, 3:31:56 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
fix-compromised-web-site
v2 v3 19 19 Here are the steps: 20 20 21 * Back up on your own computer or in your home directory *all*the files and folders in your web directory. Remember to check for hidden files (like .htaccess files).21 * Back up on your own computer or in your home directory '''all''' the files and folders in your web directory. Remember to check for hidden files (like .htaccess files). 22 22 * Delete everything from your web directory, including hidden files like the .htaccess file. You should have absolutely nothing in your web directory. 23 23 * In your home directory or on your own computer, make a new "holding" directory which will contain your custom code. Copy (from the backup) your settings files (in Drupal - sites/default/settings.php, in WordPress wp-settings.php), your files directory (in Drupal - sites/default/files, in WordPress wp-content/upload), and your custom theme directory. We will work on these files later.