[wp-trac] [WordPress Trac] #8062: .htaccess Issues
WordPress Trac
wp-trac at lists.automattic.com
Tue Nov 4 20:44:59 GMT 2008
#8062: .htaccess Issues
-----------------------+----------------------------------------------------
Reporter: covert215 | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.8
Component: General | Version:
Severity: normal | Keywords:
-----------------------+----------------------------------------------------
I just updated to the newest version in the trunk (9515). The whole site
is now returning a 500 error. I traced this to the .htaccess file, which
now reads:
{{{
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase Array
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . Arrayindex.php [L]
</IfModule>
# END WordPress
}}}
I cleared the file, but when I tried to reset my permalinks, it reverted
to the broken version.
Somewhere along the line, an array is being returned where a single
variable is expected.
--
Ticket URL: <http://trac.wordpress.org/ticket/8062>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list