x10 Welcome page

Status
Not open for further replies.

crazyharp81602

New Member
Messages
59
Reaction score
0
Points
0
Hi there.

I changed my domain to http://bigdinosaurlie.co.cc and correctly mapped my address to the site. I can access the pages and my wp-admin just fine. And I added the banner to the bottom of the page, too. But what I do like to know is how do I remove the welcome page and replace it with a main page to my blog?
 

tnl2k7

Banned
Messages
3,131
Reaction score
0
Points
0
Delete the index.html file from the public_html folder and replace it with a file called index.php. In that file, copy and paste the following, obviously replacing the http://yourdomain.x10hosting.com/path/to/blog with the location of your blog:

PHP:
<?php
header("Location: http://yourdomain.x10hosting.com/path/to/blog");
?>
That will redirect visitors to your blog.
 
Last edited:
Status
Not open for further replies.
Top