Forum Replies Created
-
Thanks zaerl..
I will delete the login-/register menu off WordPress and try to redirect the login-/register off WordPress to the bbPress site.
In reply to: Can’t get permalinks workingHmmm 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..
In reply to: Little help with Deep Integration please..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..
In reply to: Little help with Deep Integration please..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..
In reply to: Little help with Deep Integration please..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.
In reply to: Little help with Deep Integration please..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.