Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter mpflwi

    (@mpflwi)

    Mark, 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.

    Thread Starter mpflwi

    (@mpflwi)

    # 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

    Thread Starter mpflwi

    (@mpflwi)

    Thank 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 Help
    Thread Starter mpflwi

    (@mpflwi)

    Esmi, thanks! Can you help me find that info. Where I do search for Embeds here?

    Forum: Fixing WordPress
    In reply to: Embed YouTube Help
    Thread Starter mpflwi

    (@mpflwi)

    I 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 Help
    Thread Starter mpflwi

    (@mpflwi)

    Yes, 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.

Viewing 6 replies - 1 through 6 (of 6 total)