I've uploaded all my pages to public html. Now what?

Status
Not open for further replies.

ccraftx1

New Member
Messages
1
Reaction score
0
Points
0
Complete newb here. I've uploaded all my pages to public html. Everything seems to be working. Only problem is the pages only work when I'm logged in. When I try to access the site as a user not logged in on another computer the pages are not found. I've tried using File Zilla. I know my password here, what I'm not sure of though is what to put as the username. Is it supposed to be like this: ftp.dunawaycrafts.x10.mx
Port 21, Log on type normal. Is File Zilla supposed to be the key, will other users finally be able to access the site or am I missing something else?
 

Anna

I am just me
Staff member
Messages
11,783
Reaction score
595
Points
113
The address your visitor should be using is http://dunawaycrafts.x10.mx/

The one you mentioned, ftp.dunawaycrafts.x10.mx with port 21 would only be used to transfer files as that would connect the user to the ftp server, which does require a username and password to work.

Currently that shows a directory listing of all files, which is due to there not being any index file available (index.htm or index.html), rename the file you want people to land on to index.html (my guess is that would be CHome.html), OR add this to your .htaccess:
Code:
DirectoryIndex CHome.html

Also, you should know that the forum account you are posting this from is NOT associated with that domain but with the domain ccraft.x10.mx which seem to be an exact copy of what is on the domain you specified in your post. The forum account you should use to post requests for the domain dunawaycrafts.x10.mx is: dunawayc

I'm going to guess you're the owner of both, in which case I'd advice you to request one to be terminated, see this wiki article for how to do that: http://x10hosting.com/wiki/Delete_a_Free_Hosting_Account

Do note that you need to be posting from the (forum) account you wish to terminate.
 
Last edited:
Status
Not open for further replies.
Top