this post was submitted on 29 Nov 2023
1 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Hi, all!

I have just finished installing my wordpress setup on my server. The goal is to use it for a subdomain of my website, but I am struggling to make the (DNS?) connection. How do I connect the two? I have created a subdomain at my domain provider, and my wp-config is configured for the subdomain, but I do not understand what I am to do next. I suspect I need to do some kind of DNS connection but I have scoured the internet and can only find cases where people connect to wordpress servers, not my self hosted case.

Help!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 9 months ago

Your servers reverse proxy (Caddy, Traefik, Apache, Nginx...) redirects incoming requests to your application (Wordpress). You need to configure the reverse proxy so that it knows which request (origin / the subdomain) to forward to which destination on the server.