Skip to:
Content
Pages
Categories
Search
Top
Bottom

New install prefix issue


  • Chad
    Participant

    @chadi

    Playing around with a test WP install with bunch of plugins I intend to use in production.

    So I installed WP at /blog and installed handful of plugins, notably bbpress and buddypress, yoast seo

    This is the problem:
    http://www.mydomain.com/blog/forums/

    It doesn’t show all the forum categories. It’s showing up like a blog post/page instead.

    This is one of the parent forums:
    http://www.mydomain.com/blog/forums/forum/the-buzz/

    Why is it showing /forums/forum? I only want it to be for example /forums

    Now, if I try to go to http://www.mydomain.com/blog/forums/forum/ to see the whole list of forums like it should be, it redirects me to “forum banners”?

    MY SETTINGS:

    permalinks: post name

    Yoast SEO: %%title%% %%page%%

    .htaccess

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]
    </IfModule>

    Appreciate any help on this. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar