id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 1591 The difference in $_SERVER['PATH_INFO'] gslin markjaquith "I run WordPress 1.6-ALPHA2-still-dont-use in DreamHost, it's default PHP setting is CGI mode (php-cgi) and I perfer this mode for security reason. If I enable permlinks with ""Custom structure"" and then WordPress will write the following rules in .htaccess: {{{ # BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php # END WordPress }}} In mod_php mode $_SERVER['PATH_INFO'] will be NULL, and in php-cgi mode it will be '/index.php' (by .htaccess). The attachment patches classes.php to check if $pathinfo is index.php." defect (bug) closed normal General 1.6 normal fixed cgi bg|has-patch bg|squashed bg|commit