Advertisement
Guest User

Untitled

a guest
Dec 5th, 2015
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. LoadModule php5_module "c:/php/php5apache2_4.dll"
  2. AddHandler application/x-httpd-php .php
  3. PHPIniDir "c:/php"
  4. /********************/
  5. ServerName localhost
  6. DocumentRoot "c:/Apache24/htdocs"
  7. <Directory "c:/Apache24/htdocs">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement