Skip to main content

Public Hosting (Web Hosting)

Public Hosting transforms your Files.com site into a secure, globally accessible web server for files and static content. Organizations use Public Hosting to distribute software downloads, documentation, media assets, forms, training materials, and other resources through simple HTTPS URLs, without requiring visitors to install software, use a specific protocol, or create a Files.com account.

Whether you’re publishing public documentation, delivering software updates, sharing marketing assets, or serving customer resources, Public Hosting provides a fast and reliable way to make content available on the web while keeping it under the same governance and storage controls as the rest of your Files.com environment.

Each Publicly Served Folder can be configured independently, allowing you to combine fully public content, password-protected resources, and login-restricted materials within the same site. Public Hosting supports HTTPS by default and can be paired with custom domains and edge platforms to create branded, production-ready experiences. For setup instructions and configuration options, see Setting Up Public Hosting.

Public Hosting is simple to set up, serves over HTTPS, and supports custom domains via edge platforms. Each Publicly Served Folder can be open to anyone with the URL, restricted with a password, or gated behind your Files.com site login. Folders are configured independently, so a single site can mix open, password-protected, and login-required folders simultaneously. Setting Up Public Hosting covers all configuration options. This guide covers common workflows for using Publicly Served Folders.

Common Use Cases

The use cases below illustrate how customers put Public Hosting to work.

Software and Technology

Software companies use Public Hosting to distribute files to a variety of audiences.

Distribute software files, updates, and patches with version-controlled URL systems where endpoints like /latest/ redirect to the current version, so users always access the most recent build. Files.com itself uses Public Hosting to publish updates to some of our client apps.

Development teams serve API documentation, SDKs, and code samples publicly, giving developers direct HTTPS access to those resources.

Internal Tools and Dashboards

Teams use Public Hosting to serve internal runbooks, status dashboards, training materials, and team portals. When the folder is configured to require site login, only users already registered on your Files.com site can reach the content, making it practical for internal audiences without exposing anything to the open internet. AI tools connected to Files.com via the MCP server can generate and publish dashboards or reports directly to a hosted folder, making them live for the team instantly. See Making Use of Publicly Served Folders for details on internal and external hosting patterns.

Healthcare and Professional Services

Healthcare providers share intake forms, educational materials, and appointment preparation guides through clean, memorable URLs.

Legal firms publish standard contracts, disclosure forms, and regulatory documents so clients can retrieve paperwork directly.

Professional training organizations distribute certification materials, course content, and compliance training resources, giving learners reliable access without a login system.

Marketing and Media

Marketing departments share press kits that give media outlets direct access to high-resolution images, logos, and promotional materials. Companies run centralized brand asset distribution systems that provide partners and vendors with consistent branding materials.

Simple promotional sites or product showcases that don't require interactivity work well on Public Hosting. Digital catalogs containing product information, price sheets, or specification documents can be shared with prospects and partners directly.

Event Management

Event organizers use Public Hosting to reduce the complexity of event participation.

Create resource hubs that share speaker biographies, presentation slides, and event schedules with attendees before, during, and after events.

Simplify registration by providing direct access to event forms, venue maps, and attendee information.

E-commerce and Retail

Host product manuals, warranty information, and troubleshooting resources so customers can find answers without contacting support.

Share product data feeds with partners or marketplace platforms to automate inventory synchronization.

Provide direct access to return and exchange forms to reduce friction in customer service workflows.

International and Localization

Global companies serve localized manuals, compliance documents, and region-specific content using edge routing, so users automatically receive materials for their location.

Distribute marketing materials adapted for different markets, keeping messaging consistent while respecting local preferences and regulations.

File Types and Web Applications

Public Hosting serves any file type and MIME type, including HTML, XML, CSS, JavaScript, images, videos, audio files, PDFs, and text files.

You can host a working web application in a Publicly Served Folder, not just static files. Because JavaScript runs in the visitor's browser, an app can fetch live data from any external API and render it dynamically without any server-side code on Files.com. This approach is called JamStackExternal LinkThis link leads to an external website and will open in a new tab.

Public Hosting does not run server-side code. PHP, .NET, and JSP are not supported.

Public Hosting Domain

Your site uses a separate domain for Public Hosting as a security measure. Public Hosting enables the hosting of any content, including JavaScript that can execute in a web browser. To prevent CSRF attacksExternal LinkThis link leads to an external website and will open in a new tab, that JavaScript is isolated from your site's primary domain. Because Public Hosting uses the separate [subdomain].hosted-by-files.com domain rather than your account domain, your main site is protected.