Skip to content

Instantly share code, notes, and snippets.

@renshuki
Last active March 18, 2019 13:28
Show Gist options
  • Save renshuki/0cca8e637df921e7b2ed366611c9d395 to your computer and use it in GitHub Desktop.
Save renshuki/0cca8e637df921e7b2ed366611c9d395 to your computer and use it in GitHub Desktop.
Apache extfilter module to replace URLs on the fly (while you access a website Apache automatically translate the address)

ExtFilterDefine fixtext mode=output intype=text/html cmd="/bin/sed s#www\.example1\.com#www\.example2\.com#g"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment