<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>vps https</title>
        <description> I have a  &amp;quot;virtual private server&amp;quot;
I bought one of their ssl certificates and used a &amp;quot;cpanel&amp;quot; admin form to &amp;quot;install the certificate&amp;quot;

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 &amp;quot;not a trusted site&amp;quot; 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=&amp;quot;{URL-&amp;gt;ACTION}&amp;quot;

...On a hunch I changed that to the hard-coded action=&amp;quot;/phorum/posting.tpl&amp;quot; and got some of it to work.  But not all of it.

Clicking &amp;quot;Yes&amp;quot; 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&amp;#039;s a different .htaccess</description>
        <link>https://www.phorum.org/support/read.php?61,162128,162128#msg-162128</link>
        <lastBuildDate>Tue, 08 Sep 2026 10:43:13 -0500</lastBuildDate>
        <generator>Phorum 6.0.4</generator>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,162128,162131#msg-162131</guid>
            <title>Re: vps https</title>
            <link>https://www.phorum.org/support/read.php?61,162128,162131#msg-162131</link>
            <description><![CDATA[ Thank you.  That was fast.  That got <b>everything</b> working.  And Chrome no longer says &quot;not a trusted site&quot;]]></description>
            <dc:creator>salmobytes</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Thu, 04 Oct 2018 18:20:46 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,162128,162130#msg-162130</guid>
            <title>Re: vps https</title>
            <link>https://www.phorum.org/support/read.php?61,162128,162130#msg-162130</link>
            <description><![CDATA[ Are you using <br />
 <a href="https://www.phorum.org/phorum5/read.php?62,125914,125914#msg-125914" target="_blank"  rel="nofollow">Automatic HTTP Path:</a> ?<br />
and<br />
admin \ Phorum General Settings  page, scroll to File/Path Settings and check that &quot;HTTP Path&quot; entry matches your rewrite rule...<br />
 https: //yourPhorum .com /forum<br />
<br />
<br />
If you still have something that will not work in a module check for a hard coded path. (I remember an issue with a video module, though it may have been fixed).]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Thu, 04 Oct 2018 18:17:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?61,162128,162128#msg-162128</guid>
            <title>vps https</title>
            <link>https://www.phorum.org/support/read.php?61,162128,162128#msg-162128</link>
            <description><![CDATA[ I have a  &quot;virtual private server&quot;<br />
I bought one of their ssl certificates and used a &quot;cpanel&quot; admin form to &quot;install the certificate&quot;<br />
<br />
Then in the DOCUMENT_ROOT of one domain I made a .htaccess<br />
RewriteEngine On <br />
RewriteCond %{SERVER_PORT} 80 <br />
RewriteRule ^(.*)$ [<a href="https://mydomain.com/$1" target="_blank"  rel="nofollow">mydomain.com</a>]<br />
<br />
At this point everything worked, without Google Chrome announcing &quot;not a trusted site&quot; anymore, or what ever that message was.<br />
<br />
Everything worked except phorum, which is largely broken.<br />
In a few *.tpl templates (for instance posting.tpl)  when I found something like<br />
<br />
action=&quot;{URL-&gt;ACTION}&quot;<br />
<br />
...On a hunch I changed that to the hard-coded action=&quot;/phorum/posting.tpl&quot; and got some of it to work.  But not all of it.<br />
<br />
Clicking &quot;Yes&quot; on a moderation form, to delete a thread, redirects to the breadcrumbs forum-name-list page without doing anything.<br />
<br />
What is the right workflow for doing this?<br />
Perhaps it&#039;s a different .htaccess]]></description>
            <dc:creator>salmobytes</dc:creator>
            <category>Phorum Support</category>
            <pubDate>Thu, 04 Oct 2018 15:24:19 -0500</pubDate>
        </item>
    </channel>
</rss>
