Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. LoadModule php5_module "c:/WebTools/Php5/php5apache2_2.dll"
  2. AddType application/x-httpd-php .php
  3. PHPIniDir "c:/WebTools/Php5/"
  4. DirectoryIndex index.html index.html.var index.php
  5.  
  6.  
  7.  
  8. NameVirtualHost 127.0.0.1:80
  9.  
  10. Include conf/Instance1/clickcontact.conf
  11. Include conf/Instance1/autres.conf
  12.  
  13. <VirtualHost 127.0.0.1:80>
  14. ServerName localhost
  15. DocumentRoot "D:\Projects\localhost"
  16. DirectoryIndex index.php index.html
  17.  
  18. <Directory "D:\Projects\localhost">
  19. Options FollowSymLinks
  20. AllowOverride All
  21. Order deny,allow
  22. Allow from all
  23. </Directory>
  24. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement