WordPress 2.9.2 htaccess curruption issue strikes again (in Patched site)

Posted by Scott B on Stack Overflow See other posts from Stack Overflow or by Scott B
Published on 2010-03-31T21:41:29Z Indexed on 2010/03/31 21:43 UTC
Read the original article Hit count: 98

Filed under:
|

The htaccess file below crashed the site with an internal server error (500). This site has the misc.php patch that's discussed here:

Wordpress Bug #11903

Apparently something else is at play here or the patch is not fully addressing the issue. 3 sites went down yesterday. 2 today (so far). All sites have the patch file that's referenced in the bug track link above.

AuthName mysite.net
AuthUserFile /home/mysite/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/mysite/public_html/_vti_pvt/service.grp
Options All -Indexes

# BEGIN WordPress

# BEGIN WordPress root
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress root
dule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress root

© Stack Overflow or respective owner

Related posts about php

Related posts about Wordpress