Jump to content

Another question


Guest atyler

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

?>

Link to comment
Share on other sites

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
Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

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