bangfruit
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Main Site Media Library issue upgrade 3.31Thanks.
I see most people are using the xml dump or full database restore. I am hoping to restore only the sites I need via MySQL.
I’m not entirely sure this is possible.
If I do a full restore I am having the same issues as when I started.
Forum: Networking WordPress
In reply to: Main Site Media Library issue upgrade 3.31Hello,
I have a fresh install of 3.1 but I am having some issue with importing site from my previous install.
I am searching but I was wondering if you have any recommends or best practices.
If not thanks again for your previous help. It was eye opening!
Forum: Networking WordPress
In reply to: Main Site Media Library issue upgrade 3.31My 3.1 wordpress was hacked.
I am at my wits end. I do appreciate your input I has been helpful.
p.s. I read a few of your article about multi-site …good stuff
thnx again
Forum: Networking WordPress
In reply to: Main Site Media Library issue upgrade 3.31I have wordpress 3.31 now. Previously it was 2.7 upgraded.
I don’t recall what the current files are from. But I do have the old site backed-up (although its infected)
I had my hosting company re-install and I copied the blogs.dir.
They are telling my to consult my developers (wordpress?).
Blah.
Is there something that should be in those files you mentioned?
Forum: Networking WordPress
In reply to: Main Site Media Library issue upgrade 3.31I have a nasty malware issue. I compromised my multi-site so it was easier to wipe than keep looking file (per my hosting company).
I may have created this particular issue myself.
Any recommendations or example of what it shoe look like?
Here’s what it is now
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L] # END WordPress