Skip to content

Instantly share code, notes, and snippets.

@apeschar
Last active March 25, 2019 14:11
Show Gist options
  • Save apeschar/5536413e03c1c3c0a96c0ae474d507f7 to your computer and use it in GitHub Desktop.
Save apeschar/5536413e03c1c3c0a96c0ae474d507f7 to your computer and use it in GitHub Desktop.
<?php
ob_start(function ($html) {
return preg_replace(
'~http://((www\.)?landvancuijkboertbewust|nieuw\.boertbewust\.nl)\.nl\b~i',
'https://www.landvancuijkboertbewust.nl',
$html
);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment