Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ok so ProxyHTMLURLMap does not work easily. Looking around found what looks to be better,

sudo a2enmod substitute

Code Block
langhtml
        <Location /wiki/>
                AddOutputFilterByType SUBSTITUTE text/html
                Substitute s/www.breakitdown.ca/www.supernaturalz.com/ni
        </Location>

...