how can i find the adress of files I upload via FTP?

JustinBianchi

New member
Joined
Jul 4, 2006
Messages
1
I am frustrated and confused.

I have been uploading files to my website with DirectAdmin's File Manager, in the directory "Public_Html"

When I look at my file that I uploaded, my address bar will say something like:

www.mywebsite.com:2222/CMD_FILE_MANAGER/ domains/mywebsite.com/public_html/untitled.html

now, I am assuming that because it says mywebsite.com/2222 that the location my address bar is seeing my file at is only the preview location, and if i link my index to that file, no one else would be able to see it.

So how do I find the real address of the file I uploaded?
 
Last edited:
Hello,

If you've placed the file in:

www.mywebsite.com:2222/CMD_FILE_MANAGER/domains/mywebsite.com/public_html/untitled.html

in the DA uploader, then via the apache, it would be at:

www.mywebsite.com/untitled.html

And through ftp, it would be at:
/domains/mywebsite.com/public_html/untitled.html

John
 
Is there already a solution for this. Because the domain name is not active yet. I have this problem more than once that I have to wait on the domain name. but because I cannot preview i cannot work on php files.
 
Back
Top