home.social

#subdirectory — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #subdirectory, aggregated by home.social.

  1. 🎉🚀 Wow, a groundbreaking revelation: hosting a blog in a subdirectory! 🥱 Nine minutes of your life you won't get back for a #tutorial on how to make your blog slightly more confusing and your #DNS records a tangled mess. 🙄🔧
    davidma.org/blog/2025-11-14-ho #blogging #tips #confusion #subdirectory #HackerNews #revelation #HackerNews #ngated

  2. Subdomain vs. subdirectory: Understanding the SEO implications for website structure: An in-depth analysis of how domain architecture choices affect search visibility and performance. ppc.land/subdomain-vs-subdirec #SEO #DigitalMarketing #WebsiteStructure #Subdomain #Subdirectory

  3. To deal with the combination of #LetsEncrypt and using #WordPress in a #subdirectory, I'm using this in my .htaccess at the top level of the site:

    RewriteRule ^.well-known/(host-meta|webfinger|nodeinfo|x-nodeinfo) /journal/.well-known/$1 [L]

    This is to ensure that *only* the webfinger and nodeinfo endpoints are forwarded to the blog where the #ActivityPub plugin picks them up, and Let's Encrypt will find .acme-challenge and be able to renew my TLS cert when the time comes.