I understand that .htaccess directives would still work.
Is there an equivalent module to apache's mod_substitute in litespeed so that, for instance, I could put this in .htaccess and rewrite all http output.
Is there an equivalent module to apache's mod_substitute in litespeed so that, for instance, I could put this in .htaccess and rewrite all http output.
Code:
AddOutputFilterByType SUBSTITUTE text/html
Substitute "s|</body>|<script> /*we will do something here*/ </script></body>|ni"