Advertisement
Guest User

Untitled

a guest
Dec 17th, 2010
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1.  
  2. <IfModule mod_php5.c>
  3. <FilesMatch "\.ph(p3?|tml)$">
  4. SetHandler application/x-httpd-php
  5. </FilesMatch>
  6. <FilesMatch "\.phps$">
  7. SetHandler application/x-httpd-php-source
  8. </FilesMatch>
  9. # To re-enable php in user directories comment the following lines
  10. # (from <IfModule ...> to </IfModule>.) Do NOT set it to On as it
  11. # prevents .htaccess files from disabling it.
  12. # <IfModule mod_userdir.c>
  13. # <Directory /home/*/public_html>
  14. # php_admin_value engine Off
  15. # </Directory>
  16. # </IfModule>
  17. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement