Skip to content

Instantly share code, notes, and snippets.

@KEINOS
Last active December 12, 2016 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KEINOS/c099d82d8d5d0681c75565154ece44b8 to your computer and use it in GitHub Desktop.
Save KEINOS/c099d82d8d5d0681c75565154ece44b8 to your computer and use it in GitHub Desktop.
htaccess sample of adding content type "text/markdown" to associate file extension ".md" that calls specific php file.
AddType text/markdown md
Action text/markdown /path/to/markdown.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment