Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted June 17, 200717 yr Wondering...i paid $44.98 for a domain name + ipb board when i go to the site how come it takes me to this kind of page? Im fairly new to this kind of stuff.Eh someone help me? I have no idea how to do this stuff :P so if their is a tutorial someone can show me then thanksYours truly, Tyler
June 17, 200717 yr That screen takes you to the root of your new hosting account, which so far is empty.Not sure how long ago it was since you purchased this, but if it was recently just sit back and wait for them to install the forum and if not..open up a ticket and poke them a bit about it :)
June 17, 200717 yr Ok ya it just got done going though :) So ill sit back and wait if i have any more questions ill postTyler
June 17, 200717 yr hehe it's easy if you've done it before or installed another board - not easy for a beginner
June 17, 200717 yr how do u install it when i never had to download it Tyleredit:still not working :'(
June 17, 200717 yr You'll receive an email from the IPS folks once your board is installed. As it's the weekend and support is limited, I suspect it will be installed within the next 12-18 hours or so.
June 18, 200717 yr Question: When i go to the link it has forums and other stuff but i wanna make it so the fourm link goes to the forums not the root of the account someone help me? :PTyler
June 18, 200717 yr You need something like this as your index.php file in the root folder.<? /** * IPB 2.3.0 Portal Redirect file * * Simply forwards to the forum's portal * RENAME THIS FILE TO "index.php" BEFORE * USE */ /** * EDIT THE CONSTANT BELOW TO SHOW THE URL to forum. * * Very simply the full URL to your forum. * Do not add "index.php" on the end! */ # -----------------------------VVV Edit that bit there define( 'IPB_URL', 'http://www.rune-random.org/forums/' ); ################################################################################ ####### #### DO NOT EDIT #### #### DO NOT EDIT #### #### DO NOT EDIT #### #### DO NOT EDIT #### ################################################################################ ####### @header( "Location: ".preg_replace( "#/$#", "", IPB_URL ) ."/index.php?act=home" ); exit(); ?>
June 18, 200717 yr It looks like that there are no files in that folder (e.g. index.php).Edit: Sorry I only read the first post. ;)
June 18, 200717 yr You need something like this as your index.php file in the root folder.<? /** * IPB 2.3.0 Portal Redirect file * * Simply forwards to the forum's portal * RENAME THIS FILE TO "index.php" BEFORE * USE */ /** * EDIT THE CONSTANT BELOW TO SHOW THE URL to forum. * * Very simply the full URL to your forum. * Do not add "index.php" on the end! */ # -----------------------------VVV Edit that bit there define( 'IPB_URL', 'http://www.rune-random.org/forums/' ); ################################################################################ ####### #### DO NOT EDIT #### #### DO NOT EDIT #### #### DO NOT EDIT #### #### DO NOT EDIT #### ################################################################################ ####### @header( "Location: ".preg_replace( "#/$#", "", IPB_URL ) ."/index.php?act=home" ); exit(); ?>how do i edit files :( i hate being new to this stuff Tyler
June 18, 200717 yr Do you need technical support?You can obtain support via the client area, or you can try to obtain peer-to-peer support at IPS Beyond.Did you find a bug in IP.Board?If you believe you've found a bug please post it to the bug tracker.Have a suggestion or feedback?Post it here. Thanks!
Archived
This topic is now archived and is closed to further replies.