I have a "virtual private server"
I bought one of their ssl certificates and used a "cpanel" admin form to "install the certificate"
Then in the DOCUMENT_ROOT of one domain I made a .htaccess
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ [
mydomain.com]
At this point everything worked, without Google Chrome announcing "not a trusted site" anymore, or what ever that message was.
Everything worked except phorum, which is largely broken.
In a few *.tpl templates (for instance posting.tpl) when I found something like
action="{URL->ACTION}"
...On a hunch I changed that to the hard-coded action="/phorum/posting.tpl" and got some of it to work. But not all of it.
Clicking "Yes" on a moderation form, to delete a thread, redirects to the breadcrumbs forum-name-list page without doing anything.
What is the right workflow for doing this?
Perhaps it's a different .htaccess
Edited 3 time(s). Last edit at 10/04/2018 05:37PM by salmobytes.