How to turn off Redfire Test Page

I’ve installed OpenFire for use in my company, and we are about to open it up for external access (i.e. so employees can still use it even when they’re outside the office).

The thing is, I don’t want to allow external access with the Redfire test page still accessible.

So how can I turn off the Redfire test page?

I can’t block the port because then the Redfire plugin wouldn’t be accessible either.

Thank you in advance for your help.

The solution (at least a solution) turned out to be quite easy.

I don’t know why I didn’t think of this before.

All I did was navigate in my filesystem to the redfire plugin directory (in my case /opt/openfire/plugins/redfire). I moved the index.html file to index.html-old and I made a new index.html file like this to redirect any traffic that goes to that page:

    <meta http-equiv="refresh" content="0;url=[https://my_openfire_server:9091](https://my_openfire_server:9091)">
Page Redirection
    If you are not redirected automatically, follow the <a href='[https://my_openfire_server:9091](https://my_openfire_server:9091)'>link to example