Tom J
Organiser: South Wales Premium Member
Registered: 8th Sep 03
Location: Bridgend
User status: Offline
|
i wanted a welcome page so i just recreated a new index.php in the root then copied everything else to root/forum but now when you login it always redirects to root/index.php and i want it to redirect to the root/forum/index.php
[Edited on 24-02-2007 by Tom J]
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
in your phpbb database fine an entry in phpbb_config called server name, change it to www.yoursite.co.uk/forums
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
or in common.php before
%>
add
code: $board_config['server_name'] = $_SERVER['HTTP_HOST'] . "/forums";
|
Tom J
Organiser: South Wales Premium Member
Registered: 8th Sep 03
Location: Bridgend
User status: Offline
|
sorted it with first option, cheers Steve
[Edited on 25-02-2007 by Tom J]
|