corsasport.co.uk
 

Corsa Sport » Message Board » Off Day » Geek Day » phpbb index » Post Reply

Post Reply
Who Can Post? All users can post new topics and all users can reply.
Icon:
Formatting Mode:
Normal
Advanced
Help

Insert Bold text Insert Italicized text Insert Underlined text Insert Centered text Insert a Hyperlink Insert Email Hyperlink Insert an Image Insert Code Formatted text Insert Quoted text
Message:
HTML is Off
Smilies are On
BB Code is On
[img] Code is On
Post Options: Disable smileys?
Turn BBCode off?
Receive email notification of new replies?

Steve

posted on 13th Feb 07 at 15:34

put the forum in a new folder, call it forums or forum or something, then make the welcome page in the base directory called index.php

you can gather whether a person is logged in using the sessions data, and including sessions.php in the welcome page.

hence http://www.vagweb.co.uk can tell if your logged in and give you access to the brochure downloads etc if you are


Ian

posted on 13th Feb 07 at 14:48

You may just be able to rename index - not sure what that will break.

Leave everything in the same folder though so you can use the cookies set for the board on other pages.


James

posted on 13th Feb 07 at 14:11

Without having access to the server it's hosted on, the easiest way to do it would be to make index.php your welcome page.

Or if the index.php hasn't got the forum on it, just put a redirect to welcome.php but i'm guessing at the moment that index.php holds your forum.

If you don't want to change the files, just create a folder on the domain, so that index.php is your welcome page and forum/index.php is your forum.


Tom J

posted on 13th Feb 07 at 13:58

i want to add a welcome page to my forum, so i want it to direct to something like welcome.php instead of index.php when i go to my domain. any ideas?