Advertisement
Guest User

Untitled

a guest
Jan 25th, 2015
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1.  
  2. <VirtualHost admin.l:80>
  3. ServerAdmin local@admin.l
  4. DocumentRoot "C:\www\poptavky\www\admin"
  5. ServerName www.admin.l
  6. <Directory C:\www\poptavky\www\admin>
  7. Options Indexes FollowSymLinks MultiViews
  8. IndexOptions FancyIndexing HTMLTable
  9. AllowOverride All
  10.  
  11. Order allow,deny
  12. Allow from all
  13.  
  14. DirectoryIndex index.html index.htm index.php
  15.  
  16. AddType application/x-httpd-php .php
  17. </Directory>
  18.  
  19. ScriptAlias /php/ "C:/PHP/"
  20.  
  21. <Directory "C:/PHP/">
  22. AllowOverride All
  23. Options None
  24. Order allow,deny
  25. Allow from all
  26. </Directory>
  27.  
  28. Action application/x-httpd-php "/php/php-cgi.exe"
  29. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement