Help with custom URL configuration

Hello!
I’m trying to configure a custom URL for use with Publish. Before anyone asks, no I’m not interested in using Cloudflare :wink: I have a domain set up using an Apache server. I’ve added this as per the Publish documentation:

RewriteEngine on
RewriteRule “^(.*)$” “$1 - scientificdiving” [L,P]

Then I configured my Obsidian Publish with the URL (tree.divescientific.org) and also turned on the redirect. I’m getting a ‘500 Internal Server Error’.

Any ideas? Thank you for the help!
Derek.

Things I have tried

What I’m trying to do

1 Like

Looks like:

‘SSLProxyEngine on’

was the fix :slight_smile: Hope it might help someone else!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.