bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Another Permalink Problem setting up bbPress

(1 post)
  • Started 10 months ago by PetLvr
  • This topic is not resolved
  1. Can someone please advise what my .htaccess should me?

    I have a blog - http://PetLvr.com/blog/ - and this is the .htaccess

    'php_value upload_max_filesize 2M
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]

    </IfModule>

    # END WordPress
    '

    I have installed the bbPress at - http://PetLvr.com/blog/forum/

    Everytime I try to post or even see the welcome 1st post, it redirects to the /blog/ front page.

    What needs to be done?

    Thanks!

    HART

    Posted 10 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.