0

I am android developer , I have no experience with php but I have requirement to upload web site to linux server , I am using WinSCP to upload web site .

here is screenshot for server side , in which folder should I upload it , and how to access it to using it as web service in my mobile

UPDATE

the site Amazon aws hosting

enter image description here

3
  • please create your own folder link 'test' and upload your webservice in test folder Commented Jan 29, 2016 at 13:41
  • in any place or must have certain place Commented Jan 29, 2016 at 14:15
  • and how can I access it , I put all files in home directory Commented Jan 30, 2016 at 12:32

1 Answer 1

2

That depends where the web server is configured to serve files from. Common locations are a public_html or www or htdocs directory in your home folder (if you are using a shared server), or in /var/www or /srv/www for dedicated servers.

Again, accessing it depends on how the web server is configured. It might just use an IP address, or it may have a domain name pointing at it. Whomever set up the server will have this information.

Sign up to request clarification or add additional context in comments.

3 Comments

how can I get info for my web server ?
@MinaFawzy: Whoever maintains the web server should be able to provide that.
I try create any folder but it give me Permission denied. Error code: 3

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.