Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
atyler Posted June 17, 2007 Posted June 17, 2007 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
Jimi Wikman Posted June 17, 2007 Posted June 17, 2007 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 :)
cinek Posted June 17, 2007 Posted June 17, 2007 IPB is not uploaded to the server- you get this page because there's no index.php
atyler Posted June 17, 2007 Posted June 17, 2007 Ok ya it just got done going though :) So ill sit back and wait if i have any more questions ill postTyler
Jimi Wikman Posted June 17, 2007 Posted June 17, 2007 Have fun with your new board and best of luck with everything :)
cinek Posted June 17, 2007 Posted June 17, 2007 hehe it's easy if you've done it before or installed another board - not easy for a beginner
atyler Posted June 17, 2007 Posted June 17, 2007 how do u install it when i never had to download it Tyleredit:still not working :'(
Watty Posted June 17, 2007 Posted June 17, 2007 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.
atyler Posted June 18, 2007 Posted June 18, 2007 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
Stuart Elliott Posted June 18, 2007 Posted June 18, 2007 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(); ?>
3dsoft Posted June 18, 2007 Posted June 18, 2007 It looks like that there are no files in that folder (e.g. index.php).Edit: Sorry I only read the first post. ;)
atyler Posted June 18, 2007 Posted June 18, 2007 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
bfarber Posted June 18, 2007 Posted June 18, 2007 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.