Jaja.. (@jaja-1)

Forum Replies Created

Viewing 6 replies - 76 through 81 (of 81 total)
  • @jaja-1

    Member

    Thanks zaerl..

    I will delete the login-/register menu off WordPress and try to redirect the login-/register off WordPress to the bbPress site.

    @jaja-1

    Member

    Hmmm i had the same error when i tried to change from basic to prettylinks.

    First i got an error when i tried to change the WordPress install to permalinks (friendly links)

    And it told me to copy and past this code to my .htaccess file.

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteRule ^index.php$ – [L]

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    When i did that and chmod the file to 666 by Transmit (file upload client) everything worked fine..

    But when i tried to change bbPress from basic to pretty permalinks i got also the same error the TS had.

    But adding this code (line) below the code above i have no trouble anymore..

    Options +MultiViews

    * So i don’t know what i’m doing but i think it’s okay because it works.

    Thanks..

    @jaja-1

    Member

    Okay this topic can be closed and deleted..

    I don’t want a deep integration anymore..

    I only wanted the main navigation of the WP site on top of my bbPress forum but i can change that manually and don’t need to load the entire WP site into my bbPress forum..

    @jaja-1

    Member

    Okay this topic can be closed and deleted..

    I don’t want a deep integration anymore..

    I only wanted the main navigation of the WP site on top of my bbPress forum but i can change that manually and don’t need to load the entire WP site into my bbPress forum..

    @jaja-1

    Member

    Again one more problem…

    What is different from those two lines?

    And what will work better?

    include_once( ‘/home/user/domains/domain.nl/public_html/wp-load.php’ );

    require_once( ‘/home/user/domains/domain.nl/public_html/wp-blog-header.php’ );

    Will require_once and include_once do the same thing?

    And yes i used the abs.php file to make sure the absolute path is right.

    @jaja-1

    Member

    Again one more problem…

    What is different from those two lines?

    And what will work better?

    include_once( ‘/home/user/domains/domain.nl/public_html/wp-load.php’ );

    require_once( ‘/home/user/domains/domain.nl/public_html/wp-blog-header.php’ );

    Will require_once and include_once do the same thing?

    And yes i used the abs.php file to make sure the absolute path is right.

Viewing 6 replies - 76 through 81 (of 81 total)