UseBB Community

The official board for UseBB help and discussion

UseBB Community » Help & Support » extra index.php/ added in URL

extra index.php/ added in URL

Moderators: Gaia.

Page: 1

Author Post
Member
Registered: Nov 2006
Posts: 7
i have a problem with the linking it seams.
when using a button, whichever, i get something like
..../UseBB/index.php/admin.php?act=categories
or
.../UseBB/index.php/online.php
and so on.

it adds an extra index.php and that messes up the graphics and the layout.

as we say in norwegian: "what dæven do i do"
translates into: what do i do? :?
Member
Registered: May 2005
Posts: 298
Location: 98671
Can not remember topics that explain it, and if the same.

Leave this $conf['board_url'] = ''; empty in config.php and reupload, you'll have change setting again, since reuploading this file will change settings to default.
Member
Registered: May 2005
Posts: 298
Location: 98671
And change below to reflect your database, before reuploading.

//
// Define database configuration
//
$dbs['type'] = 'mysql';
$dbs['server'] = 'localhost';
$dbs['username'] = '';
$dbs['passwd'] = '';
$dbs['dbname'] = '';
$dbs['prefix'] = '';

Plus what I wrote above post cannot remember names of topics.
Developer
Registered: Apr 2004
Posts: 2224
Location: Belgium
See UseBB 1 FAQ, second question.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: May 2005
Posts: 298
Location: 98671
Dietrich wrote
See UseBB 1 FAQ, second question.

Didn't know that was there.

Note to self again: I need to look and/or read. :lol:
Member
Registered: Nov 2006
Posts: 7
you were right. i had, for some reason filled $conf['board_url'] = '';
my fault.

tnx for the help

Page: 1

UseBB Community » Help & Support » extra index.php/ added in URL

UseBB Community is powered by UseBB 1 Forum Software