Uploading my Website

Status
Not open for further replies.

darmish

New Member
Messages
1
Reaction score
0
Points
0
Hello, i am a new user of x10hosting . I have just created my account and have been looking for an option in my account panel that will allow me to upload files. However under the server options it says coming soon... is this where i will upload files? or is there another option im missing? thx in advance.

p.s im new to all this free website hosting so bear with me ;)
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Open your cpanel... the link should be like this

http://yoursever.x10hosting.com:2082

there you will found file manager. You can upload your site here
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
If you wish, you may also use FTP. It is usually faster, but it's more complex to set up.
 

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
Hello, i am a new user of x10hosting . I have just created my account and have been looking for an option in my account panel that will allow me to upload files. However under the server options it says coming soon... is this where i will upload files? or is there another option im missing? thx in advance.

p.s im new to all this free website hosting so bear with me ;)

Hi darmish,

There is a step-by-step tutorial with screenshots on the following page explaining how to upload files to your hosting account using the File Manager from cPanel:

http://parkzer.co.cc/x10hosting/upload

- Adam
 

harefest

New Member
Messages
2
Reaction score
0
Points
0
I found the file manager and put all my files into the public folder--did i do something wrong or miss a step, because my website lists files-not the webpages.
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
make sure you have index.php or index.html in public_html folder..
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
You seem to be missing your main page, Hare.htm . Forget to upload it?

Unless you are going to edit your pages so that your main page is called index.html, you have to edit .htaccess to have the line

Code:
DirectoryIndex  Hare.htm
 

harefest

New Member
Messages
2
Reaction score
0
Points
0
Im sorry to seem so clueless-I uploaded the htm file. I do not know how to access or change the htaccess file.
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
open cpanel file manager and select .htaccess then click on code editor on the TOP.

Here you can edit this file..
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Unless you are going to edit your pages so that your main page is called index.html, you have to edit .htaccess to have the line

Code:
DirectoryIndex  Hare.htm


I thought the remaining is posted before..
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
This is for harefest, not the original poster.

Oh, well.
OK.
Site created with MS products :mad:

1. Hare.htm is supposed to be your index page.
2. Hare.htm expects the other pages and images to be in a directory named Hare_files

Fixing #2 first.
Sign into cPanel.
Click on File Manager (if you get a pop-up, check Web Root (public_html/www) and 'Show Hidden Files'
Go to public_html
Create new folder Hare_files
Move all the files except Hare.htm and postinfo.html and any file that stars with a dot, like .htaccess, from public_html to Hare_files

That way, clicking on http://harefest.exofire.net/Hare.htm should take you to a functional website.

Next, select .htaccess.
Click on Edit near top of File Manager.
When editor opens up, add the line
Code:
DirectoryIndex  Hare.htm
and save changes.

Now http://harefest.exofire.net should take you to the front page.
 
Last edited:
Status
Not open for further replies.
Top