Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <IfModule prefork.c>
  2. LoadModule php5_module modules/libphp5.so
  3. </IfModule>
  4. <IfModule worker.c>
  5. LoadModule php5_module modules/libphp5-zts.so
  6. </IfModule>
  7.  
  8. php_admin_value engine On
  9.  
  10. AddType application/x-httpd-php-source .phps
  11.  
  12. AddHandler php5-script .php .html .htm
  13. AddType text/html .php .html .htm
  14. AddHandler application/x-httpd-php .php
  15.  
  16. DirectoryIndex index.php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement