How do I turn a local file into a web file(with URL)? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do I turn a local file into a web file(with URL)?

I made a project file:///storage/emulated/0/Download/untiQwuh.html Obviously it has no url So i tried to use a link shortener on it but, it didn't work. It said 'this is not a valid link'(obviously because there is no URL). So my question is, how do i give it a URL.

17th Jan 2020, 7:04 PM
Gottem
Gottem - avatar
3 Answers
+ 4
You need to upload it to a web server. You'll also need a domain name.
17th Jan 2020, 7:08 PM
Jannik Müller
Jannik Müller - avatar
+ 2
Hosting and registered domain name. Like Mysitename.com
17th Jan 2020, 7:13 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 1
I had a very nice experience a couple of days ago, first I made an account in the Microsoft Azure portal for free, make a virtual machine, get an IP address and upload my page into this VM. In the second step I purchased a domain name from godaddy.com for a small amount/year (1$ only), and I link the domain with the IP address of my website. It was very interesting. You can also purchase a hosting server from godaddy.com as well, strated from 5$/month
18th Jan 2020, 10:27 AM
Ahmed Araby
Ahmed Araby - avatar