Reading view

Where can I host a site that I will basically only need to have hosted for a week or less (PHP) ?

I'm working on my thesis and I have to host my site and get a HTTPS certificate for it. My thesis defense is before the end of the month and after that I can basically stop hosting it because it wouldn't be needed anymore. There will be no traffic or real users. I'm not using a framework either.

Since I need it for such a short amount of time I thought it would be wasteful to spend money. I've been looking for options but from what I've read most are sketchy, don't support PHP, don't support PHPmailer, or you have to purchase the certificate separately anyways.

Does anyone have any recommendations? I've never hosted a site before since we've always relied on XAMPP

submitted by /u/pinktunacan to r/webhosting
[link] [comments]
  •  

Top affordable web domain sellers with automated setup... who are you using rn

ok so, im juggling a couple tiny projects and buying domains is the least fun part now. I grab stuff on the cheap from random registrars but every time I end up manually wiring dns, ssl, pointing it to my little shared hosting or some cheap vps and it just feels like extra work for a $10 name.

Anyone here found a registrar or combo that is both actually affordable and does decent automated setup eg dns, ssl, basic landing page or hookup to github pages etc without it turning into some weird upsell maze? would love any tips, especially for folks running a few small sites not a big agency, thanks!

submitted by /u/Perfect-Hunt-4259 to r/webhosting
[link] [comments]
  •  

Cheap domains with reliable privacy for client sites and pci stuff

So... freelance web dev here and I just realized how sketchy some of the cheap domains I used are when it comes to privacy. One client is about to take cards on their site and now they are asking about pci and who can see their info in whois.

If you do client work, do you stick to the cheap domain registrars with privacy toggles or pay more for ones that have whois privacy on by default plus dnssec plus sane dns tools. Trying not to move every domain at once but lowkey worried rn... .

submitted by /u/Corect-Marsfupial212 to r/webhosting
[link] [comments]
  •  

Hosting got annoying

I never thought much about hosting when I started building sites I'd connect the domain get everything live and forget about it then a few months later I'm dealing with renewals, deployments, SSL redirects and some random issue I barely remember setting up in the first place

Maybe I'm just tired of managing separate tools but I've started preferring having hosting tied into the same place I'm building the site I get why you'd want full server control for bigger or more technical stuff for a normal marketing site though I don't know, having fewer things to mess with has been way nicer

submitted by /u/Disastrous-Ride-7173 to r/webhosting
[link] [comments]
  •  

Detailed Review: Why Ultahost ruined our e-commerce production environment

Sharing our documented experience after 2 years on Ultahost VDS/VPS to warn other sysadmins and e-commerce operators.

Stack Conflicts: Their managed/unmanaged setups came with Apache and LiteSpeed running simultaneously, causing port bindings/routing issues and internal server crashes every 48 hours.

Backdoor Loop: During a malware incident, Tier 1/2 support repeatedly overwrote the clean directory with infected full backups without isolating the entry point. Result: continuous backdoor execution via cron tasks and Google Search Console ownership verification exploits by attackers (limpekpatenn).

Broken Permissions & Missing Media: Support execution resulted in wiped wp-content/uploads visibility and incorrect permission states (chmod locks), throwing 403 errors across public assets.

Billing Dispute: Refused direct card refund upon cancellation after severe service outage, offering only internal credit balance for a service being decommissioned.

If you run WooCommerce or any critical web app, steer clear.

submitted by /u/Severe_Western_4385 to r/webhosting
[link] [comments]
  •  

Storing images for blog on cloudflare?

Hi all,
I have a family Wordpress blog hosted on hostgator with lots and lots of images. I am beginning to run out of space (50g) and don’t want to pay a ton extra for their small amount of extra storage.

It seems like switching my storage to a cloudflare r2 bucket and simply paying as I scale up is the best idea. (Even a Tb of images is only $15 a month this way rather than the $100s for only 150G through my hosting)

Questions:
1) is this the way?
2) are there services/people that could help me set this up? (Switching dns servers, setting up sub domains, finding plugins to connect my site, recommendations on methodology, etc) I could do it myself but it isn’t my area of expertise and would much rather pay someone to do it correctly rather than me muddle through and break everything.

Basically want to host all of my images externally and have my site point there.

Any advice would be appreciated.

submitted by /u/someGenXDad to r/webhosting
[link] [comments]
  •  

I compared HestiaCP and cPanel using 3 real production servers — the biggest performance difference wasn't the control panel

I’ve been running both HestiaCP and cPanel in production, so I compared them using real server workloads rather than spinning up identical empty VPSs and running synthetic benchmarks.

This was not a controlled benchmark. The hardware, websites, and workloads are different, so I wouldn't use the results to claim that HestiaCP is inherently faster than cPanel. I was more interested in seeing how the two architectures behaved under normal production conditions.

I measured approximately 24 hours of web traffic across three servers:

  • Hestia server 1: ~73,700 requests, 29 configured domains
  • Hestia server 2: ~182,500 requests, 9 configured domains
  • cPanel server: ~47,500 requests, 4 hosting accounts

All three were running real production workloads. The logs also contained plenty of the usual Internet background noise: XML-RPC attacks, wp-login attempts, PHP probes, crawlers, etc. The firewalls had already been tuned to block much of the abusive traffic before it reached the application layer.

One of the more interesting results was process behavior.

During one WordPress burst, the cPanel server expanded to 87 Apache processes (~1.29 GB aggregate RSS) and about 1.5 GB of PHP-FPM RSS. A few minutes later, Apache was back to 11 processes (~176 MB), and PHP-FPM had dropped to about 50 MB.

The Hestia servers generally maintained a much smaller active nginx/Apache footprint during the snapshots, even while processing substantial traffic.

But request count turned out to be misleading. The Hestia server processing ~182,500 requests wasn't necessarily doing four times the work of the cPanel server. A lot of its traffic came from a relatively lightweight non-WordPress application, while the cPanel workload was more WordPress-heavy.

I also ran 30-request response-time tests against a representative WordPress site on each server.

With caching working, there wasn't much of a contest: all three generally returned pages in roughly 0.12–0.19 seconds.

When I used cache-busting requests to force substantially more application/origin processing, the difference became much larger. Approximate median TTFB was:

Hestia server 2: ~1.31 sec
Hestia server 1: ~1.70 sec
cPanel server: ~1.83 sec

Again, those aren't identical WordPress installations, so I don't think it's valid to attribute that difference solely to the control panel.

The more interesting conclusion for me was this:

The biggest performance difference I measured wasn't Hestia vs. cPanel. It was cached vs. dynamically generated WordPress requests.

The control-panel architecture definitely affected process behavior, and Hestia looked impressively lean in these deployments. But caching, PHP workload, WordPress configuration, firewall/bot mitigation, and the actual type of requests being processed appear to matter enormously.

One other disclosure: both Hestia servers are completely behind Cloudflare. The cPanel server has a mixture of Cloudflare-proxied and direct-origin sites. For the response-time comparison, I specifically chose Cloudflare-proxied sites on all three servers to reduce that variable.

I wrote up the full experiment with the methodology, workload tables, memory/process measurements, and limitations here:

https://serversentinelsecurity.com/2026/09/06/hestia-vs-cpanel-server-performance/

I'd be interested to hear from anyone running both HestiaCP and cPanel—particularly whether you've seen the same difference in Apache/PHP-FPM process behavior during WordPress traffic bursts.

submitted by /u/serversentinel_labs to r/webhosting
[link] [comments]
  •  

Alternate to GoDaddy WebHosting and Domains?

Hi,

I have been hosting on Godaddy for last 3 years with a domain, i think i had the deluxe plan because i had multiple domains... but currently I only have one domain active...

I plan to have multiple domains in future again...

I am looking for a reliable hosting which is not costing as much as Godaddy and I have read again and again from people recommending to move away from Godaddy,

My hosting plan is expiring in less than a month and this is a good time as any to move away...

Asking for recommendations for any hosting + domain services that will not cost more than godaddy... or all in one service to make my life easier...

One of my professors suggested a service which the rules are not letting me post lol but i read the reviews and I am conflicted if its a good service or not...

I also have a use case of both static and dynamic websites and WordPress is needed one of the domains.

And i need to transfer out one of the domains from Godaddy.

Thank you for all the help. Really appreciate it. :)

Have a great week ahead! :)

submitted by /u/thelaughingorion to r/webhosting
[link] [comments]
  •  

Can't get into my control panel all of a sudden

GBhosting is the platform.

I have asked them but it is a Sunday and they are 11 hours behind being in the UK.

I am sure the option to see the control panel was there before.

I did pay my bill even though it was a couple of days late. I cleared it with them first.

What is it on the weekends? I keep getting a lot of 502/503 errors on the weekend too.

submitted by /u/TimChuma to r/webhosting
[link] [comments]
  •  

InMotion revoked my root, WHM and cPanel access with my data still on the server

Posting because I have seen several threads here saying the same thing and I want it documented.

Setup: VPS with InMotion, 21 client sites down since September 3rd. Been a customer for 10 years. I prepay 6 month terms.

September 3: MariaDB goes into a crash loop from a corrupted Aria system table. All 21 sites go down with "Error establishing a database connection." They said it was due to an mistake on their end and it caused a bug.

I opened tickets and followed up multiple times. No substantive response. Their 24/7 live chat disconnected me repeatedly without ever connecting me to an agent.

Called multiple times within 2 days. No real resolution or substantial update.

Nedd to do an emergency transfer of all clients into another server. I called and cancelled. I was told I would have 7 days to migrate and would get an email. I never received a cancellation email or anything in writing.

Tech support does a database backup as due to the bug I could not access my own databases. But locked me out of all access! I do have backup but need some recent databases.

Root access, WHM and cPanel access are now all gone and its been only one day since cancellation.

Sites are still down. My files and databases are still on their hardware and I cannot reach them. They locked me out of chat support. It is a long weekend and phone support is closed.

I have been with them for 10 years and referred many clients to them. This last year we've had nothing but issues with multiple outages. This was the cherry on top and why we cancelled a yearly contract.

If anyone has been in the same situation and managed to get then to respond or their data, let me know.

And if you are evaluating InMotion right now, this is the failure mode to ask them about. I would not refer anyone.

submitted by /u/Chemical_Travel_7138 to r/webhosting
[link] [comments]
  •  

Premium WordPress Hosting

Looking to move away from a 8GB RAM/8 core CPU Liquid Web after over a decade for one client. 3 mid-large sized WP/WooCommerce sites. LiquidWeb used to be great with support, but unfortunately has become significantly worse over the past couple of years, and their price increases for worse service. Performance and overall reliability has still been great, mainly due to the optimizations I have done on the server with PHP-FPM, MySQL, caching, etc...

Even though LW says they are fully managed, I still find myself having to take server initiative for server updates, reboots, etc... I am looking for a more managed provider that will offer great support, great performance, and great security. The new provider doesn't need to necessarily match the current secs of our VPS, but I am expecting as good performance at least.

Not sure what the best option would be for these requirements, ideally I'd like to just focus on the sites and no longer have to worry about any server configs.

Budget is around $200/month

Any suggestions?

submitted by /u/seahorsetech to r/webhosting
[link] [comments]
  •  

My server got wiped.. what now?

Guys I fucked up so badly. I missed payment on my contabo sever and they deleted everything..

I have been building on there for the past year And didn’t have a back up. Latest one I have is from January.. and I added a lot of stuff since then.

I don’t actually know how to code and have been using gpt this entire time.

Basically I have a website that hosts video games. So I have frontend and backend files on my personal pc. The server actually launched a server for the game. And I could join the game on my pc (not website)

Anyways I’m hoping someone here can help me, I need to figure out how I can rebuild all my server docs. Can I reverse engineer them based on my frontend/backend docs? Using my database info? Vercel info? GitHub info?

I only know a few files on the server, but idk all of them or their functions.. I’m really overwhelmed and don’t know what to do?

I appreciate any advice

submitted by /u/Death2WEF to r/webhosting
[link] [comments]
  •  

Stackcp hosting

So recently I remade a website for a small company I work for. My new website is completley static and I wrote all the html, css and js files myself on my pc. The old website was made through wordpress. Is it as simple as deleting the wordpress files from the file manager and adding my own (whilst making a backup of course) or is there more I need to do? The domain name and therefor certificates should all stay the same right? Im sorry if this is a basic question but all the help out there is trying to get me to use wordpress or another site builder.

submitted by /u/Y0U1111 to r/webhosting
[link] [comments]
  •  

Need help migrating a website to GoDaddy Domain

I'm not sure if this is the correct sub, but I recently hired someone to make a new updated website for me that will replace our old one. However, despite asking for up-front pricing, they keep adding more charges for services that would have been otherwise included in the beginning. Because of this, I am not keen on paying them to migrate the files.

They have since given me the file to download (WPRESS File) but whenever I try to download it into the transfer option on GoDaddy, it says the file is too big. Any advice is appreciated

submitted by /u/OddCreature626 to r/webhosting
[link] [comments]
  •  

Hosting Platform Quandry

I'm a marketing pro that's taking on a freelance client separate from my office job work.

They have a current website built in Wix that they've just set up to get started, but are wanting my help "upgrading it." We'll essentially be starting from scratch (design & copy), so I'm thinking of moving it to Wordpress.

The question is, where should I host?

In my office job, we host sites on WP Engine, but I'm not sure that's necessary for their site. It's a rather simple consulting website, but they do want to eventually put resources on the site that people purchase.

Additional context:

  • My web dev skills are limited
  • I'll likely use elementor to design the site
  • I'd want them to own the license/subscription and me be a contributor on the site

I've researched Elementor hosting, Flywheel, Cloud-ways and Siteground, but I just can't decide what would work best. Right now, it's just one client site. I want something reliable, and I don't want to lead them astray.

  • What is your monthly budget? I don't have a specific budget, but client would be paying.
  • Where are you/your users located? U.S.
  • What kind of site are you hosting (Wordpress, phpBB, custom software, etc) or what is your use case? Wordpress
  • Do you have a monthly traffic volume? 3-5k
  • If you’re looking at VPSes: Do you have experience administrating linux servers and infrastructure? No
  • Did you read the sidebar/check out the hosts listed there? I've personally vetted these companies and their services are a good fit for 99% of people.
submitted by /u/Worth-Finger-9718 to r/webhosting
[link] [comments]
  •  

Would you use a global CDN at ~$8/TB with no regional pricing?

I’m evaluating a CDN business idea before building it, and I’d particularly like feedback from hosting providers and people managing meaningful amounts of customer traffic.

The proposed offer:

- ~$8/TB

- same price worldwide

- full global CDN network

- no regional surcharges

- no large monthly commitment

- pay only for actual usage

The underlying delivery would use an established global CDN network rather than a new/self-built network.

The target would probably be customers doing roughly 5–200+ TB/month who want better global coverage than ultra-cheap “volume” CDN tiers, but don’t want enterprise commitments.

For those of you running hosting companies or managing CDN traffic:

Would you actually test something like this with 1–5 TB of real production traffic?

If not, why?

I’m particularly interested in:

- which CDN you currently use

- approximate TB/month

- where most of your traffic goes

- approximate effective $/TB

- what would make you unwilling to switch

I’m looking for reasons this idea doesn't work before I invest in building it.

submitted by /u/LeftAssociation1119 to r/webhosting
[link] [comments]
  •  

Certificate Error

I created a website recently due to a supplier's requirements. They require a secured site, but the supplier contact keeps saying that they are unable to verify this. They have tried two separate browsers and both result in the same error. NET:ERR_CERT_AUTHORITY_INVALID.

I have contacted the web site hosting platform Zoho Sites and they were unable to recreate this issue as well, they also reaffirmed that the website's certificate is valid, that the website is secured, and that the link is running with HTTPS. I can't recreate what is happening on the supplier's end. Is it a company antivirus that is blocking it? Should I go and install a new certificate?

The website: cg-computers-llc.com

I'm stuck, any help would be greatly appreciated!

submitted by /u/ButttererFingers to r/webhosting
[link] [comments]
  •  
❌