@ Steve – Ok so actually what it looks like is something is overwriting existing code/text in the wp-admin file. That coding mistake would happen by not using “append” when writing to a file. ie instead of that non-BPS code being written above all existing file contents or after/below all file contents it is instead overwriting existing file contents starting from the top of the wp-admin htaccess file. So maybe your backup plugin is inserting that code in the wp-admin htaccess file afterall. What is the name of the backup plugin that you are using?
↧