Reputation: 55
I have a developed a web app. The name of the folder is:
c://xampp/htdocs/myfolder
Whenever I test this out in xampp localhost, I get this:
127.0.0.1/myfolder/
If I upload my web app to a web host company, will it be displayed as like the following?
www.mysite.com/myfolder/
If so, how can I prevent this from happening?
Upvotes: 0
Views: 80
Reputation: 573
you could save it as ROOT before publishing and it will become the root directory of your website.
Upvotes: 1