FTP help.

kraken

New Member
Messages
9
Reaction score
0
Points
0
Heya guys. Now excuse my noobness heh. I coded my web site in html. I have managed to get it working but I uploaded it to multiple directories because I was a little confused. Which directory read the index.htm? My guess is /public_html/

I am also confused, if I want to upload a file for download. Let's just say I uploaded it too the very root directory and my site url is www.kraken.elementfx.com what would the URL of the file be??? lets just say the file is called custom.rar.

THANKS ! :D
 

eagleeyed

New Member
Messages
214
Reaction score
0
Points
0
Hey.

Yes, you are right, public_html is what the domain name access's so put everything in there.

I am preety sure anything not in the public_html folder or one of it's sub-directories is not accessable via an address bar. Put it in the public_html folder and the address will be http://www.kraken.elementfx.com/custom.rar

Hope this helps.
 
Top