Webflow does not currently support hosting multiple Webflow sites under the same domain using subfolders (e.g., example.com/site2
) directly within Webflow's own hosting. Each Webflow project is hosted independently and only allows domain-level or subdomain-level mapping.
example.com
).example.com/blog
.blog.example.com
) for hosting a second project.To have two Webflow projects with different themes:
example.com
for your main site (first Webflow project).sub.example.com
for your second Webflow project.@
and sub
to Webflow's IPs: (a) 75.2.70.75, (b) 99.83.190.102.If you must use example.com/subfolder
:
example.com
, export the second Webflow site (if allowed by your plan), and serve it via a proxy under /subfolder
.You cannot natively host two Webflow projects under the same domain using subfolders like example.com/site2
. Use subdomains instead (e.g., site2.example.com
), or set up a reverse proxy if you need a subfolder structure and are comfortable using an external hosting solution.