Skip to content

Instantly share code, notes, and snippets.

@mscalora
Created August 11, 2019 13:08
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 mscalora/d7825949982e845158cb41e780492f42 to your computer and use it in GitHub Desktop.
Save mscalora/d7825949982e845158cb41e780492f42 to your computer and use it in GitHub Desktop.
Htaccess to force all html to be processed by PHP
# for Dreamhost, need to adjust FcgidWrapper path for other hosts
AddHandler fcgid-script .html
FcgidWrapper "/dh/cgi-system/php72.cgi" .html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment