daily pastebin goal
10%
SHARE
TWEET

Untitled

a guest Nov 19th, 2012 15 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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>
RAW Paste Data
Top