Where should I upload the files which make up my web site?

The public_html folder is your root web accessable directory so all files which you wish to have viewable via a web browser must be stored within public_html.

This doesn't mean that you have to store all of your files in the root of public_html, feel free to create as many subdirectories within that folder as you need/want in order to best organize your files.

Consider the public_html folder as being the top level of your domain's directory tree. While there is one level you can access above this (the [username] folder you start out in when you login via FTP or use the File Manager) files stored on that level cannot be retrieved via the web.

Things to Note

- If you upload a file named "picture.gif" to your public_html directory that file will then be accessable from the Internet via a web browser using the URL http://yourdomain.com/picture.gif

- If you upload a file named "index.html" (or index.htm, index.php etc) to your public_html directory while the URL of the file would actually be http://yourdomain.com/index.html due to it's status as the directory index this file would also be accessible via a web browser using the URL http://mydomain.com

  • 24 کاربر این را مفید یافتند
آیا این پاسخ به شما کمک کرد؟

مقالات مربوطه

Web Site 101 - Creating and uploading your very first test page

You have just opened a web hosting account here at HostRocket. This is your first web hosting...

How do I transfer ownership of my account to another party?

If all products, services, domain registrations, etc. are to be transferred from one party to...

How do I upload the files which make up my website?

To upload the files which make up your web site to your HostRocket account you will need to use...

Index file naming conventions

By default our servers will look for (in order) a file by the name of index.htm, index.html,...

How do I clear my browser's cache?

Here is a good resource for how to clear your browser's cache, where you can find instructions...