Friday 16 September 2011

How to change index.html?

I have a blog that is hosted at justfree.com and wordpress.org. I just recently bought a domain name from yahoo and I was told that I need to change the index.html because when you type in http://gajemaster.com it pulls up the home page for justfree.com but when you type in http://gajemaster.com/blog it pulls up the blog.



I need to change the index.html so that when you type in gajemaster.com it will pull up my blog like it should.



I don't know how to fix this. Please help me as soon as possible, I am illiterate when it comes to this stuff.How to change index.html?it's very simple. create a html file named index.htm

write in it the following:



%26lt;html%26gt;



%26lt;head%26gt;

%26lt;meta http-equiv=%26quot;Content-Type%26quot; content=%26quot;text/html; charset=utf-8%26quot; /%26gt;

%26lt;title%26gt;Redirecting...%26lt;/title%26gt;



%26lt;script type=%26quot;text/javascript%26quot;%26gt;

function redirect(url){

window.location = url;

}

%26lt;/script%26gt;

%26lt;/head%26gt;



%26lt;body onload=%26quot;redirect('http://gajemaster.com/鈥?br>


%26lt;/body%26gt;



%26lt;/html%26gt;



you can change the title from %26quot;Redirecting...%26quot; to anything you'd like, then upload it to your host.
How to change index.html?
The page is a default placeholder that states that you can replace the page.



%26quot;If you can see this, your account has been successfully created.

You may now add content to this directory and replace this page.



This page is called index.html.%26quot;



You will need to sign on to the server with the user name and password that you created with your account to upload that page.
How to change index.html?
I see your web using wordpress .. so you must use php and mysql ...

The web hosting ussualy give you cpanel ...

just search tools called redirects ...

than add in redirect :

example

http://gajemaster.com/ -%26gt; http://gajemaster.com/blog



by

http://www.gunungpring.com