PDA

View Full Version : need help



kipas_angin
05-27-2009, 04:41 AM
i can not create my website online, I already deleted the public_html folder default.html

but even appears::confused:

Index of /

* 400.shtml
* 401.shtml
* 403.shtml
* 404.shtml
* 500.php
* 500.shtml
* cgi-bin/
* internet_business/
* public_html/
* sjcheritagefestival/
* wordpress/

Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.mbotee.com Port 80

KevCo
05-27-2009, 05:05 AM
Put your own index file in there like index.html.(in your public html folder)

kipas_angin
05-27-2009, 05:52 AM
Put your own index file in there like index.html.(in your public html folder)

i dont know what the mean of my own index?

can u advice me?

n how to transfer pagerank old domain to new domain in hostmonster, thanks very much:D

KevCo
05-27-2009, 06:09 AM
i dont know what the mean of my own index?

can u advice me?

n how to transfer pagerank old domain to new domain in hostmonster, thanks very much:D
Save the following code as index.html using a text editor:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>mbotee.com</title>
</head>
<body>
<h1>mbotee.com</h1>
</body>
</html>

Upload the file to your public html folder.
This is just a plain old blank index page which will show when someone goes to mbotee.com
As far as the page rank question, I can't help you with that but perhaps someone will.

pghcollectibles
05-27-2009, 10:28 AM
the list you showed would make me think you have a folder named public_html inside your "real" public_html folder. that is not right. the contents of the folder home/username/public_html/public_html should be moved into home/username/public_html or the directory hould be renamed

although upon viewing your site i see you may have fixed a redirect (probably with .htaccess) to /wordpress/ however the public_html/public_html is still that way and should be renamed

navsguardar
05-27-2009, 03:01 PM
Surely the blog gets redirected. But you seem to be using hidden iframes in your code. You seem to know a thing or two & asking such basic questions like where to upload here. Are you trying to do any sort of stuffing asking people to visit your blog??? I don't see much good intentions here.

For the pagerank you can always do a 301 Permanent redirect ...

kipas_angin
05-28-2009, 10:13 AM
@ pghcollectibles & navsguardar

Thanks for ur advice..

my temporarily solution is redirect from mbotee.com to mbotee.com/wordpress

thanks for ur attentions