Make WordPress Core


Ignore:
Timestamp:
05/25/2010 05:12:47 AM (16 years ago)
Author:
wpmuguru
Message:

update rewrite rules for IIS, props Frumph, see #12758

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-functions.php

    r14867 r14871  
    13031303function maybe_redirect_404() {
    13041304    global $current_site;
    1305     if ( is_main_site() && is_404() && defined( 'NOBLOGREDIRECT' ) && ( $destination = NOBLOGREDIRECT ) ) {
     1305    if ( ( !defined( 'NO404REDIRECT' ) || ! NO404REDIRECT ) && is_main_site() && is_404() && defined( 'NOBLOGREDIRECT' ) && ( $destination = NOBLOGREDIRECT ) ) {
    13061306        if ( $destination == '%siteurl%' )
    13071307            $destination = network_home_url();
Note: See TracChangeset for help on using the changeset viewer.