After I upgraded to Mu 2.6.2 and I noticed that the 404 redirects are broken now. When you enter a blog url that doesnt exist, it doesnt redirect to the wp-signup.php page.
I did change my old htaccess with the new one from the zip file, so it now looks like this:
RewriteEngine On
RewriteBase /
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
What could be wrong? I've checked my logs and there is nothing. It used to redirect to wp-signup if the url didnt exist, but now you get a 404 ugly page...I'd like it to go back to the redirect to wp-signup.
You can see for yourself: http://bloghost.cl/asdasda