Skip to:
Content
Pages
Categories
Search
Top
Bottom

I’m having navigation problems

  • When I or any other users click on a link to someone’s blog in the nav bar or the visit blog button on the blogs page it redirects to the member’s home page. But if you click on the link directly to a post in the activity stream the link works fine.

    I am using the latest versions of WP and BP and using the buddypress default theme. I am using sub-domains.

    I know nothing about php, but here is a little of my wp-config…

    `define(‘WP_DEBUG’, false);

    define(‘WP_ALLOW_MULTISITE’, true);
    define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, true );
    $base = ‘/’;
    define( ‘DOMAIN_CURRENT_SITE’, ‘bloggerzoo.com’ );
    define( ‘PATH_CURRENT_SITE’, ‘/’ );
    define( ‘SITE_ID_CURRENT_SITE’, 1 );
    define( ‘BLOG_ID_CURRENT_SITE’, 1 );

    /* That’s all, stop editing! Happy blogging. */

    /** Absolute path to the WordPress directory. */
    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . ‘wp-settings.php’);`

    Help!!! I’m pulling my hair out on this one and I’m afraid to open up the site to anymore bloggers until I get this fixed.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Does anyone have any thoughts on this?

    I was hoping to have this fixed as soon as possible so I could open the site up for more people.

    Ok, I’ve been looking at everything and it appears that I might not have an htaccess file. That should be in the public html folder if I’m not mistaken. I’m not even sure how the site is working at all without this file and I’m not sure how I lost it in the first place. I remember making the modification to it during the install. Could this be my problem and if it is, is there a standard file that I can copy over to the site or any other suggestions to get this fixed without losing all the blogs that are already set up?

    Okay apparently my ftp client hides htaccess but when I finally did pull it up all that was in the file was this.

    `RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule . index.php [L]`

    That is all the code that was in my network setup screen so I am wondering if I may have overwrote htaccess at some point.

    Forgive me for grasping at straws here but I’ve been working on this for about a week without luck and the comments seem to be slow to come by here.

    Ok I found a standard htaccess file and overwrote and it didn’t fix anything. I can pull up a users blog in my ftp client by url so I know that the blog is in the right location. I also can see briefly the correct url for blog before it redirects back to the member page so it seems to be trying to go to the right url.

    I’m totally stumped.

    Never mind I found it. I had disabled all plugins except bp plugins before and thought bp plugins would be safe. Turns out that’s what I get for thinking because it was a BP plugin. It didn’t fix my title problem yet, but I’ll keep looking on that.

    Thanks to everyone that at least looked here.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘I’m having navigation problems’ is closed to new replies.
Skip to toolbar