Skip to content

Instantly share code, notes, and snippets.

@mrmoneyc
Created August 14, 2011 06:17
Show Gist options
  • Save mrmoneyc/1144638 to your computer and use it in GitHub Desktop.
Save mrmoneyc/1144638 to your computer and use it in GitHub Desktop.
httpd.conf
<IfModule dir_module>
DirectoryIndex index.html index.htm index.php index.phtml
</IfModule>
<IfModule php5_module>
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment