Skip to content

Instantly share code, notes, and snippets.

@steve-ross
Created June 7, 2013 13:57
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 steve-ross/5729432 to your computer and use it in GitHub Desktop.
Save steve-ross/5729432 to your computer and use it in GitHub Desktop.
<IfModule php5_module>
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
<IfModule dir_module>
DirectoryIndex x index.html index.php index.cfm
</IfModule>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment