Skip Navigation

Why do blogs and general websites(not social media and shopping websites) pay for hosting?

As far as I know there is a good amount of companies that host websites for free( github pages, cloudflare pages, other hosting companies) even intel uses github pages for hosting clear linux website.

11

You're viewing a single thread.

11 comments
  • Because lots of people are stuck with CMSs like Wordpress and need to have nginx/PHP/MySQL running somewhere.

    In order to use something like GitHub Pages, you need a proper deployment pipeline, which a regular person won’t be able to set up.

11 comments