geerlingguy / jeffgeerling-com

Drupal Codebase for JeffGeerling.com
https://www.jeffgeerling.com
GNU General Public License v2.0
38 stars 2 forks source link

Set up an edit domain #144

Closed geerlingguy closed 2 years ago

geerlingguy commented 2 years ago

Related to #141. So far the DDoS attempts aren't very sophisticated; and running www.jeffgeerling.com behind CloudFlare offers an extra layer of protection for the front-end.

But I'd like to have a separate edit domain.

Some notes:

geerlingguy commented 2 years ago

I got some of this working, though if I go through to the edit domain, I end up on a 404 as it tries redirecting through to www.jeffgeerling.com.

What I might need to do is set up a completely separate Drupal config block for the edit domain. Might be good to do that anyways, since cert is different (for edit.* instead of www.jeffgeerling.com) and I might want to add more limitations.

geerlingguy commented 2 years ago

Things seem to be working well at this point. Closing the issue.

geerlingguy commented 2 years ago

I've also added a public redirect from edit.jeffgeerling.com to www.jeffgeerling.com following this advice: Cloudflare: Redirecting One Domain to Another