HOW TO RECOVERY wp-config.php
-
I’m going to write few steps that would help recovering wp-config.php file in case someone couldn’t access WordPress Dashboard after saving wp-config.php file through WordPress Config File Editor
This method required FTP access to the website where the wp-config.php file is located
1. Open the backup file through FTP
2. Select and copy, the encoded content.The encoded content would looks like “return array( ‘content’ => ‘PD9waHAKLy……=’ )
Copy all text that start from ‘PD9’ until the ‘=’ symbol
The encoded data might looks different, I’m just given an example.
3. Open the Web browser and go to https://www.base64decode.org/
4. Paste the encoded data just copied into the first text box that lay down underneath “Decode from Base64 format” text
5. Click Decode
6. The decoded content would be generated down on the next text box
7. Using FTP client open wp-config.php for edit and clear all the content inside
8. Copy and Paste the decoded config file you get from https://www.base64decode.org/ in place of the old text
9. Save the file
10. Try to access WordPress DashboardThanks
AHMeD
- The topic ‘HOW TO RECOVERY wp-config.php’ is closed to new replies.