Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
Perfect @GrupoWayseer , i am glad you like it .@tyoussef your video is incredible PLEASE! keep them coming
im saving my budget to start on my CPA career, using Amazon AWS will definetly help me improve
chances of succeding, i've hread about buckets on amazon but i though they were complicated and expensive, just saw your videos and blow my mind!, im using amazon for hosting my LP from nowon, i've used DIgital Ocean before but that got my watching youtube tutorials about SSH and bash coding, really frustrating, Thanks bro!
View attachment 12437
I use Digitalocean now and have used Linode for many years now.
They are servers for professionals -- no control panels and everything is self-managed in terminal SSH.
They are high performance quality servers but they are for the advanced crowd with advanced coding skills, LINUX server dameon experience and knowledge to run server apps. Definitely not for the point-and-click crowd.
I have developed scripts to set up domains and subdomains in my Nignix
Understanding bash and bash scripting is really a necessity with these cloud VPS servers. It's just a steep learning curve -- it takes time and the ability.
Yesterday it took me some time to get this right the way I wanted it to work ... rewrites was the test sub-directory 'location pattern match'...
View attachment 12438
Part of a Nginix virtual server rewrite configuration -- rather trivial actually.
Graybeard, Jan 26, 2018
Thanks for the detailed explanation. I have some basic experience in web hosting but don't know linux/shell commands.
my requirements :- 1 million monthly visitors. 700-800 GB bandwidth. AWS charge for get,put requests. also cloudfront bandwidth charges are very high.
Thanks
you welcome @GeekMember .Thank you for lesson
that's right bro.So to my understanding basically you use Cloudfront to host your landing page rather than a VPS?
exactly because you only pay for what you consume, not like a vps you pay for it and you have to add cdn as well.That's why it's cheaper?
it can handle more then what vps can handle man, we are talking about amazon servers.Also is it as fast and can it handle as much traffic as a VPS?
that's right, all you need now is domain names and amazon AWS account, and link each domain name with a bucket, and of course you can host many landing pages in one bucket it's up to you.My initial plan was to buy a VPS and some domains, but now you just need some domains and the AWS account instead right?
feel free to ask anytime @s3k am always here bro, so as the other members.Hope you can answer these questions, cheers
that's right bro.
exactly because you only pay for what you consume, not like a vps you pay for it and you have to add cdn as well.
it can handle more then what vps can handle man, we are talking about amazon servers.
that's right, all you need now is domain names and amazon AWS account, and link each domain name with a bucket, and of course you can host many landing pages in one bucket it's up to you.
feel free to ask anytime @s3k am always here bro, so as the other members.
totally welcome @s3k.Thanks for answering, much appreciated!
Glad to have such helpful people on this forum
very simple all you have to do is to create another bucket and upload the landing page to it.Say I want to have many landing pages on the same domain, how would I do that?
no need to do that.Can't think of a way to edit CNAME records etc to do it...
you have to use a tracker bro.Also is there anything wrong with using the AWS link directly? I'm thinking to just put it into my tracker like that
very simple all you have to do is to create another bucket and upload the landing page to it.
no need to do that.
you have to use a tracker bro.
Why not just use that domain's file structure?
Every server domain has a DocumentRoot or root
Use rewrites
rewrite example.com/22 example.com/22/index.php
#nginx
rewrite ^/22$ /22/index.php last;
If you want a pretty URL
A CNAME is an alias
sub.example.com. CNAME w ww.alias.com. <different domains NOT redirects