Domain name is always linked with some hosting where you can store your stuff.
In normal scenario if somebody is deploying their application on any hosting server then no body wants to keep images into application.
So here is solution for that
1) create folder where you want to store your files.
2) create subdomain by using cpanel provided by your hosting provider
3)link that subdomain to the folder whic you have created for storing files.
4)store files and access them easily
Eg.folder name:img
File name:test.jpeg
Subdomain :subdomain.xyz.com
Then for accessing image just type below url in browser
Subdomain.xyz.com/img/test.jpeg
In normal scenario if somebody is deploying their application on any hosting server then no body wants to keep images into application.
So here is solution for that
1) create folder where you want to store your files.
2) create subdomain by using cpanel provided by your hosting provider
3)link that subdomain to the folder whic you have created for storing files.
4)store files and access them easily
Eg.folder name:img
File name:test.jpeg
Subdomain :subdomain.xyz.com
Then for accessing image just type below url in browser
Subdomain.xyz.com/img/test.jpeg
No comments:
Post a Comment