vote up 0 vote down star

i have done one php project. Now i want to upload it on professional webserver. I have ftp details. in which folder i shold place my project? public_html or www or which else??

Once i upload i can i run the project? what will be the default url of my project?

flag

6% accept rate
2  
your hosting should provide all information you need. – SilentGhost Sep 2 at 16:13
1  
I started to type in my answer but then I noticed this user has accepted 0 of 19 eligible questions... so I thought stuff him and his problem : / – Evernoob Sep 2 at 16:37

closed as not programming related by Brian Gianforcaro, SilentGhost, ceejayoz, ChssPly76, Unkwntech Sep 2 at 16:51

3 Answers

vote up 0 vote down

This is all hosting service related.

As a guess I can tell you that if in your ftp space you have a public_html dir then you have to use it :)

link|flag
vote up 0 vote down

www is usually just an alias (symlink) for public_html. Once you upload something to public_html, the files will be in the root of your domain or subdomain.

link|flag
+1 just cause I don't see the need for a -1, as what codeburger said is typically correct. – Unkwntech Sep 2 at 16:52
vote up 3 vote down

It all depends on the hosting service. The web root folder can be named anything - if I wanted to, I could call it 'lolcats'.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.