plus64 (@plus64)

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • @plus64

    Member

    Website is not down – Then I am unable to reach it – my browser just sits there loading it

    @plus64

    Member

    Create a file called test.php and put in it

    <?php

    phpinfo();

    ?>

    If you get a huge page with something on it with loads of information then you have windows installed. Just looking at your 404 pages show that you have a windows server – low change of having php more likely to be asp.

    In reply to: Simply doesn’t work

    @plus64

    Member

    You need to change all links for bbpress and put bbpress in front of them, so they look like

    ^bbpress/tags

    etc…. and removed

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /bbpress

    as you can only ever have one of those in an .htaccess file, and connect it to your wordpress one as well. If you get all of that :X

    @plus64

    Member

    It seems that the website is down? Does any one else have the plugin zip folder hosted elsewhere?

    In reply to: Simply doesn’t work

    @plus64

    Member

    You properly will find that you have not placed the mod_rewrite information in a .htaccess file.

    Go to http://www.yoursite.com/bb-admin/rewrite-rules.php (make sure that you are logged in and are an admin/keymaster). Copy what it spits out and place it in a .htaccess file on you root directory.

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