How to Find the URL of a File

If you want to share a web file with friends or the public, you first need to determine the path of the file.

Files on the Primary Domain

To determine the URL for files hosted on your primary domain:

  1. Log in to FTP or File Manager and note the parent folder where your file is stored (normally the public_html folder).
  2. Double-click the appropriate folder icon to navigate inside public_html. If you are unfamiliar with the File Manager.
  3. If you see the file here, you are done. If you need to navigate inside more folders to find your file, note each folder. (Folder names are case-sensitive, so you must use the exact capitalization and spelling.)
  4. Once you locate your file, you should have noted the full path (a list of the folders you must go inside, respectively, to find that file).
  5. Now, add the file name, exactly as it appears, to the end of the path. (File names are case-sensitive, so you must use the exact capitalization and spelling.)
    For example:
    public_html/My_Book.pdf
    public_html/images/banner25x120.JPG
    public_html/blog/includes/Movies/bigjump.avi
  6. Almost there! Now you just need to replace public_html with https:// and your primary domain name.
    For example:
    https://primarydomain.com/My_Book.pdf
    https://primarydomain.com/images/banner25x120.JPG
    https://primarydomain.com/blog/includes/Movies/bigjump.avi
  7. Try to browse these URL's and you will see the file you uploaded.

Files on Addon Domains and Subdomains

You can even determine file URLs for addon and subdomains. Just replace thepublic_html/subfolder/ part with the addon or subdomain name.

For the addon domain myblogdomain.com with the document root in the blog subfolder (inside public_html). A path likepublic_html/blog/includes/Movies/bigjump.avi would become:

https://myblogdomain.com/includes/Movies/bigjump.avi

  • 4 Kasutajad peavad seda kasulikuks
Kas see vastus oli kasulik?

Seotud artiklid

Am I being spoofed or has my email been compromised?

You may have found yourself in this situation: You log into your email account one day and find...

How to install OpenManage Server Administrator (OMSA) on VMware to collect logs

How to install OpenManage Server Administrator (OMSA) on VMware to collect logs 1. Download Dell...

How to Open an ftp Connection to a Remote System

How to Open an ftp Connection to a Remote System Ensure that you have ftp authentication....

How To Safely Change The WordPress Theme On Your Website

On the surface, changing a theme, might seem harmless. It’s so easy, it’s hard to imagine it can...

How do I add a record to the DNS

A. To add a record, for example TAZ with IP address 200.200.200.4 perform the following on NT...