upvote
upvote

Reputation: 55

Root directory folder name show up in website production?

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

Answers (1)

Kode.Error404
Kode.Error404

Reputation: 573

you could save it as ROOT before publishing and it will become the root directory of your website.

Upvotes: 1

Related Questions