View previous topic :: View next topic |
Author |
Message |
shadovex
Joined: 09 Apr 2004 Posts: 1
|
Posted: Fri Apr 09, 2004 1:31 am Post subject: Easy Problem...? |
|
|
Hello everyone! I just installed my new B2 Blog, and it is awsome. However there is one little error I might have made in the process of setting up.
I can goto my b2/index.php and view my submissions just fine. It's just most of the links are addressed to http://mysebsite.com/whatever.php they seem not to be includeing the /b2/ that i need in order for them to link correctly. Now i've looked through the b2config and dubble checked everything as best I could. Perhaps someone can help me?
-shado |
|
Back to top |
|
 |
stevem
Joined: 15 Mar 2003 Posts: 130
|
Posted: Fri Apr 09, 2004 2:24 pm Post subject: |
|
|
There are a number of places in b2config.php where you must include all of your path - maybe you overlooked one of them?
Here are the ones that need setting Code: | $siteurl = 'http://example.com';
$pathserver = 'http://example.com';
$fileupload_realpath = '/home/example/public_html/images';
$fileupload_url = 'http://example.com/images';
$smilies_directory = 'http://example.com/b2-img/smilies'; |
|
|
Back to top |
|
 |
|