Jump to content

Another question


Guest atyler

Recommended Posts

Posted

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.

Omglol.jpg


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 thanks

Yours truly,
Tyler

Posted

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 :)

Posted

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.

Posted

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? :P

Tyler

Posted

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();

?>

Posted

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

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...