mpflwi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site hacked, htaccess helpMark, I followed the instructions you sent. Scanned my computer, changed the passwords, scanned the website, checked for Blacklist, and got down to the section that said “good article to read if you suspect a hack”. That’s where I learned about the .htaccess information from your first email. It’s Greek to me but I see words like ReWriteCond on their list of problems to fix.
Forum: Fixing WordPress
In reply to: Site hacked, htaccess help# BEGIN SYSTEM API
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{HTTP_USER_AGENT} !myclearcode$ [NC]
RewriteRule ^onyy/(.*)$ wp-conten.php?$1 [L]Interesting, found the htaccess file in my server and now it reads something different. Is anything here something I can delete or the cause of the hack?
# END SYSTEM API
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Site hacked, htaccess helpThank you Mark! I will carefully follow your suggestions. Should I delete my post for safety? Did I reveal anything important?
Forum: Fixing WordPress
In reply to: Embed YouTube HelpEsmi, thanks! Can you help me find that info. Where I do search for Embeds here?
Forum: Fixing WordPress
In reply to: Embed YouTube HelpI manually added the embed code the next morning and it’s there but not for future posts?
Forum: Fixing WordPress
In reply to: Embed YouTube HelpYes, on YouTube there is an Embed code. I save the embed code then I go to text mode and add it. It’s worked great before this week.