Title: russepps's Replies | WordPress.org

---

# russepps

  [  ](https://wordpress.org/support/users/russepps/)

 *   [Profile](https://wordpress.org/support/users/russepps/)
 *   [Topics Started](https://wordpress.org/support/users/russepps/topics/)
 *   [Replies Created](https://wordpress.org/support/users/russepps/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/russepps/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/russepps/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/russepps/engagements/)
 *   [Favorites](https://wordpress.org/support/users/russepps/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [MultiSite 404 Error on Second Pages](https://wordpress.org/support/topic/mu-404-error-on-second-pages/)
 *  Thread Starter [russepps](https://wordpress.org/support/users/russepps/)
 * (@russepps)
 * [15 years ago](https://wordpress.org/support/topic/mu-404-error-on-second-pages/page/2/#post-2064521)
 * No caching.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [MultiSite 404 Error on Second Pages](https://wordpress.org/support/topic/mu-404-error-on-second-pages/)
 *  Thread Starter [russepps](https://wordpress.org/support/users/russepps/)
 * (@russepps)
 * [15 years ago](https://wordpress.org/support/topic/mu-404-error-on-second-pages/page/2/#post-2064502)
 * No physical folder. I am still able to reproduce once I close the browser and
   then go direct to the blog. After I click on one of the pages “Home”, etc. It
   seems to work until I create a new browser session and go directly to the blog
   site again.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [MultiSite 404 Error on Second Pages](https://wordpress.org/support/topic/mu-404-error-on-second-pages/)
 *  Thread Starter [russepps](https://wordpress.org/support/users/russepps/)
 * (@russepps)
 * [15 years ago](https://wordpress.org/support/topic/mu-404-error-on-second-pages/#post-2064493)
 * The only other thing I have noticed was when you first go to the site, with a
   fresh browser, you will see the incorrect url.
 * If you click on the incorrect url, you get the 404 error. If you then click on“
   Home” and go back to the main page of the blog, the url is correct.
 * I can’t figure out what is different about going straight to the blog, or clicking
   on the home link for the blog.
 * But the way the system calculates the url on first entry, there is definitely
   something wrong in the system.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [MultiSite 404 Error on Second Pages](https://wordpress.org/support/topic/mu-404-error-on-second-pages/)
 *  Thread Starter [russepps](https://wordpress.org/support/users/russepps/)
 * (@russepps)
 * [15 years ago](https://wordpress.org/support/topic/mu-404-error-on-second-pages/#post-2064485)
 * Path: /naturalsunshine/
 * Siteurl: [http://blog.blackhairmedia.com/naturalsunshine/](http://blog.blackhairmedia.com/naturalsunshine/)
 * Home: [http://blog.blackhairmedia.com/naturalsunshine/](http://blog.blackhairmedia.com/naturalsunshine/)
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [MultiSite 404 Error on Second Pages](https://wordpress.org/support/topic/mu-404-error-on-second-pages/)
 *  Thread Starter [russepps](https://wordpress.org/support/users/russepps/)
 * (@russepps)
 * [15 years ago](https://wordpress.org/support/topic/mu-404-error-on-second-pages/#post-2064471)
 * Looks like the following:
 *     ```
       define('WP_DEBUG', false);
       define( 'MULTISITE', true );
       define( 'SUBDOMAIN_INSTALL', false );
       $base = '/';
       define( 'DOMAIN_CURRENT_SITE', 'blog.blackhairmedia.com' );
       define( 'PATH_CURRENT_SITE', '/' );
       define( 'SITE_ID_CURRENT_SITE', 1 );
       define( 'BLOG_ID_CURRENT_SITE', 1 );
       ```
   
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [MultiSite 404 Error on Second Pages](https://wordpress.org/support/topic/mu-404-error-on-second-pages/)
 *  Thread Starter [russepps](https://wordpress.org/support/users/russepps/)
 * (@russepps)
 * [15 years ago](https://wordpress.org/support/topic/mu-404-error-on-second-pages/#post-2064454)
 * With all of the Plugins turned off, having the same issue. It appears whatever
   function returns the url is appending the name of the blog to the end of the 
   url, thus giving you the blog name twice.
 * Do you know which function returns the url of the blog for the paging function?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [MultiSite 404 Error on Second Pages](https://wordpress.org/support/topic/mu-404-error-on-second-pages/)
 *  Thread Starter [russepps](https://wordpress.org/support/users/russepps/)
 * (@russepps)
 * [15 years ago](https://wordpress.org/support/topic/mu-404-error-on-second-pages/#post-2064419)
 * We have the problem, regardless of the permalink settings (Default or custom,
   same issue).
 * I have been doing more testing. The problem occurs even on the default theme.
   It appears to be a little inconsistent. Therefore it may be related to the session
   or how the use enters the site.
 * I will review the single.php file.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [MultiSite 404 Error on Second Pages](https://wordpress.org/support/topic/mu-404-error-on-second-pages/)
 *  Thread Starter [russepps](https://wordpress.org/support/users/russepps/)
 * (@russepps)
 * [15 years ago](https://wordpress.org/support/topic/mu-404-error-on-second-pages/#post-2064406)
 * I have one blog on the same multisite system that has yet to have a theme added
   it is still using the default. It DOES NOT have the same problem. Therefore I
   would assume the problem is theme related, however, I am having this problem 
   with themes from different companies.
 * Is there a common area where I can look to review the code the themes are modifing
   or overwriting and causing this problem?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [MultiSite 404 Error on Second Pages](https://wordpress.org/support/topic/mu-404-error-on-second-pages/)
 *  Thread Starter [russepps](https://wordpress.org/support/users/russepps/)
 * (@russepps)
 * [15 years ago](https://wordpress.org/support/topic/mu-404-error-on-second-pages/#post-2064398)
 * Current permalink setting is as follows:
 * Day and name
 * However, we have seen the issue on any setting to include a custom setting like:/%
   postname%/
 * No no-category-base plugins installed.
 * Only one line with $base in wp-config.php file.

Viewing 9 replies - 1 through 9 (of 9 total)