Last active
April 5, 2017 00:34
-
-
Save Zegnat/6586557 to your computer and use it in GitHub Desktop.
This emulates https://github.com/lazd/mdn.io/ in a 2 line .htaccess file. Compatible with any Apache server with mod_alias enabled.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RedirectMatch 303 /(.+)$ https://duckduckgo.com/?q=!+site:developer.mozilla.org+$1 | |
Redirect 303 / https://developer.mozilla.org/en-US/docs/JavaScript |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment