Advertisement
Guest User

Untitled

a guest
Nov 19th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <IfModule mod_php5.c>
  2. <FilesMatch "\.ph(p3?|tml)$">
  3. SetHandler application/x-httpd-php
  4. </FilesMatch>
  5. <FilesMatch "\.html$">
  6. SetHandler application/x-httpd-php
  7. </FilesMatch>
  8. <FilesMatch "\.phps$">
  9. SetHandler application/x-httpd-php-source
  10. </FilesMatch>
  11. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement