jahoerr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Browser issue with WP: "Method Not Implemented"So I emailed Arvixe support and they sent back the following:
I found below errors under log. Could you please check and let us know why you are trying to code injection ? So that we can investigate it for you.
~~~~~~~~~~~~
[Tue Jun 30 16:09:03 2015] [error] [client 71.58.176.130] ModSecurity: Access denied with code 501 (phase 2). Pattern match “(?:\\\\b(?:(?:n(?:et(?:\\\\b\\\\W+?\\\\blocalgroup|\\\\.exe)|(?:map|c)\\\\.exe)|t(?:racer(?:oute|t)|elnet\\\\.exe|clsh8?|ftp)|(?:w(?:guest|sh)|rcmd|ftp)\\\\.exe|echo\\\\b\\\\W*?\\\\by+)\\\\b|c(?:md(?:(?:32)?\\\\.exe\\\\b|\\\\b\\\\W*?\\\\/c)|d(?:\\\\b\\\\W*?[\\\\\\\\/]|\\\\W*?\\\\.\\\\.)|hmod.{0,40}? …” at REQUEST_COOKIES:od. [file “/usr/local/apache/conf/modsec2.user.conf”] [line “111”] [id “959006”] [msg “System Command Injection”] [data “cd\\x5c”] [severity “CRITICAL”] [tag “WEB_ATTACK/COMMAND_INJECTION”] [hostname “blog.blytheelizabeth.com”] [uri “/favicon.ico”] [unique_id “VZMhj2yvlIIAAF4hSrAAAAAF”]
~~~~~~~~~~~~I’m trying to make sense of this, but my knowledge of such things is almost nonexistent. Is this something I can fix? Could this be from an installed theme or plugin?
Forum: Fixing WordPress
In reply to: Browser issue with WP: "Method Not Implemented"This is what my .htaccess file currently looks like:
# AddHandler application/x-httpd-php52 .php .php5 .php4 .php3 # BEGIN WordPress # END WordPressShould I replace it with what you have?
Forum: Fixing WordPress
In reply to: Browser issue with WP: "Method Not Implemented"Arvixe. I’m assuming the best course of action, then, would be to contact Arvixe’s support?
Forum: Fixing WordPress
In reply to: Removing "tags", "leave comment" from post preview on front pageFigured it out!
May be different for different themes, but I found the element class (entry-footer) with Chrome’s “inspect element” feature, and then just hid it using CSS.
Just add this in the main stylesheet:
footer.entry-footer {display: none;}