Advertisement
Guest User

vertrigo.conf

a guest
Jan 3rd, 2014
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ServerRoot "C:\My Programs\VertrigoServ\Apache"
  2. DocumentRoot "C:\My Programs\VertrigoServ\www"
  3. LoadModule php5_module "C:\My Programs\VertrigoServ\php\php5apache2_2.dll"
  4. PHPIniDir "C:\My Programs\VertrigoServ\php"
  5.  
  6.  
  7.  
  8.  
  9. <Directory />
  10.      Options FollowSymLinks
  11.      AllowOverride None
  12.      Order deny,allow
  13.      Deny from All
  14. </Directory>
  15.  
  16. <Directory "C:\My Programs\VertrigoServ\www">
  17.      Options Indexes FollowSymLinks Includes
  18.      AllowOverride All
  19.      Order allow,deny
  20.      Allow from All
  21. </Directory>
  22.  
  23. <Directory "C:\My Programs\VertrigoServ\Apache\icons">
  24.      Options Indexes MultiViews
  25.      AllowOverride None
  26.      Order allow,deny
  27.      Allow from All
  28. </Directory>
  29.  
  30. <Directory "C:\My Programs\VertrigoServ\Phpmyadmin">
  31.      Options All
  32.      AllowOverride AuthConfig
  33.      Order allow,deny
  34.      Allow from All
  35. </Directory>
  36.  
  37. <Directory "C:\My Programs\VertrigoServ\Sqlitemanager">
  38.      Options All
  39.      AllowOverride AuthConfig
  40.      Order allow,deny
  41.      Allow from All
  42. </Directory>
  43.  
  44. <Directory "C:\My Programs\VertrigoServ\www\www">
  45.      Options Indexes Includes FollowSymLinks
  46.      AllowOverride All
  47.      Order allow,deny
  48.      Allow from All
  49. </Directory>
  50.  
  51. <Directory "C:\My Programs\VertrigoServ\www\vvv">
  52.      Options Indexes Includes FollowSymLinks
  53.      AllowOverride All
  54.      Order allow,deny
  55.      Allow from All
  56. </Directory>
  57.  
  58. Alias /icons "C:\My Programs\VertrigoServ\Apache\icons"
  59. Alias /phpmyadmin "C:\My Programs\VertrigoServ\Phpmyadmin"
  60. Alias /sqlite "C:\My Programs\VertrigoServ\Sqlitemanager"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement