Comments on: Common .HTACCESS Directives for WordPress http://how-to-blog.tv Blogging Tips, Tutorials, and WordPress Theme Guidance Fri, 10 Dec 2010 16:19:31 -0600 hourly 1 By: admin http://how-to-blog.tv/security/wp-malwatch/common-htaccess-directives-for-wordpress/comment-page-1/#comment-1591 admin Fri, 13 Aug 2010 03:23:17 +0000 http://how-to-blog.tv/?page_id=1979#comment-1591 Kelly, My apologies for missing this comment. Have you solved the issue? If not, send an email to info@how-to-blog.tv as I have some questions about your scenario. Kelly,

My apologies for missing this comment. Have you solved the issue? If not, send an email to info@how-to-blog.tv as I have some questions about your scenario.

]]>
By: Gordon Martin http://how-to-blog.tv/security/wp-malwatch/common-htaccess-directives-for-wordpress/comment-page-1/#comment-1550 Gordon Martin Tue, 03 Aug 2010 01:13:25 +0000 http://how-to-blog.tv/?page_id=1979#comment-1550 The beginning of this seems alright but I don't like what's added on to the end. I just deleted a php file in the uploads section and this is showing the authname as wp-content/uploads so I'm wondering if it is referring to the file I deleted. The beginning of this seems alright but I don’t like what’s added on to the end. I just deleted a php file in the uploads section and this is showing the authname as wp-content/uploads so I’m wondering if it is referring to the file I deleted.

]]>
By: Derick Schaefer http://how-to-blog.tv/security/wp-malwatch/common-htaccess-directives-for-wordpress/comment-page-1/#comment-1358 Derick Schaefer Sat, 03 Jul 2010 13:47:26 +0000 http://how-to-blog.tv/?page_id=1979#comment-1358 Get me some details as to what broke as we want to fix anything not working properly in short order. Get me some details as to what broke as we want to fix anything not working properly in short order.

]]>
By: eyebeat http://how-to-blog.tv/security/wp-malwatch/common-htaccess-directives-for-wordpress/comment-page-1/#comment-1355 eyebeat Fri, 02 Jul 2010 17:43:04 +0000 http://how-to-blog.tv/?page_id=1979#comment-1355 Hi, I just installed the Malwatch upgrade and it doesn't work anymore. Hi,

I just installed the Malwatch upgrade and it doesn’t work anymore.

]]>
By: Derick Schaefer http://how-to-blog.tv/security/wp-malwatch/common-htaccess-directives-for-wordpress/comment-page-1/#comment-1306 Derick Schaefer Tue, 22 Jun 2010 15:02:26 +0000 http://how-to-blog.tv/?page_id=1979#comment-1306 Glad we could at least help you raise an eyebrow as to something odd in your blog. :) Glad we could at least help you raise an eyebrow as to something odd in your blog. :)

]]>
By: Kelly http://how-to-blog.tv/security/wp-malwatch/common-htaccess-directives-for-wordpress/comment-page-1/#comment-1292 Kelly Thu, 17 Jun 2010 10:41:07 +0000 http://how-to-blog.tv/?page_id=1979#comment-1292 Thank you very much for a great pluggin. I noticed some weird traffic tonight through my stats and not too long after I received 10 or so HTAccess warnings. Most of them contain this type of data: # -FrontPage- Options None order deny,allow deny from all One is different from the hidden files warning and it looks like this: [Roles] advauthor=xxxxxxxx| |View, add, and change pages, documents, themes, and borders; recalculate hyperlinks. admin=xxxxxxxxx| |View, add, and change all server content; manage server settings and accounts. author=xxxxxxxx| |View, add, and change pages and documents. browser=xxxxxxxxxxx| |View pages and documents. I changed the numbers for the "x's" just in case they meant anything. lol Sorry for the long comment too, I haven't a clue about his sort of thing but I have been hacked before. Not fun! Thanks for your help Kelly Thank you very much for a great pluggin. I noticed some weird traffic tonight through my stats and not too long after I received 10 or so HTAccess warnings. Most of them contain this type of data:

# -FrontPage-

Options None

order deny,allow
deny from all

One is different from the hidden files warning and it looks like this:

[Roles]
advauthor=xxxxxxxx| |View, add, and change pages, documents, themes, and borders; recalculate hyperlinks.
admin=xxxxxxxxx| |View, add, and change all server content; manage server settings and accounts.
author=xxxxxxxx| |View, add, and change pages and documents.
browser=xxxxxxxxxxx| |View pages and documents.

I changed the numbers for the “x’s” just in case they meant anything. lol

Sorry for the long comment too, I haven’t a clue about his sort of thing but I have been hacked before. Not fun!

Thanks for your help

Kelly

]]>
By: admin http://how-to-blog.tv/security/wp-malwatch/common-htaccess-directives-for-wordpress/comment-page-1/#comment-1207 admin Wed, 02 Jun 2010 12:47:56 +0000 http://how-to-blog.tv/?page_id=1979#comment-1207 Yep, this is standard stuff for permalinks, etc. Yep, this is standard stuff for permalinks, etc.

]]>
By: Muse http://how-to-blog.tv/security/wp-malwatch/common-htaccess-directives-for-wordpress/comment-page-1/#comment-1206 Muse Wed, 02 Jun 2010 05:33:58 +0000 http://how-to-blog.tv/?page_id=1979#comment-1206 RewriteEngine On this what I found in is that ok? RewriteCond %{SERVER_PORT} =80 RewriteCond %{HTTP_HOST} ^mail(\.[^.]+)+$ RewriteRule .* http://%{HTTP_HOST}:2095 [R=301,L] RewriteCond %{SERVER_PORT} =443 RewriteCond %{HTTP_HOST} ^mail(\.[^.]+)+$ RewriteRule .* https://%{HTTP_HOST}:2096 [R=301,L] RewriteEngine On

this what I found in is that ok?

RewriteCond %{SERVER_PORT} =80
RewriteCond %{HTTP_HOST} ^mail(\.[^.]+)+$
RewriteRule .* http://%{HTTP_HOST}:2095 [R=301,L]

RewriteCond %{SERVER_PORT} =443
RewriteCond %{HTTP_HOST} ^mail(\.[^.]+)+$
RewriteRule .* https://%{HTTP_HOST}:2096 [R=301,L]

]]>