Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ServerRoot "C:\My Programs\VertrigoServ\Apache"
- DocumentRoot "C:\My Programs\VertrigoServ\www"
- LoadModule php5_module "C:\My Programs\VertrigoServ\php\php5apache2_2.dll"
- PHPIniDir "C:\My Programs\VertrigoServ\php"
- <Directory />
- Options FollowSymLinks
- AllowOverride None
- Order deny,allow
- Deny from All
- </Directory>
- <Directory "C:\My Programs\VertrigoServ\www">
- Options Indexes FollowSymLinks Includes
- AllowOverride All
- Order allow,deny
- Allow from All
- </Directory>
- <Directory "C:\My Programs\VertrigoServ\Apache\icons">
- Options Indexes MultiViews
- AllowOverride None
- Order allow,deny
- Allow from All
- </Directory>
- <Directory "C:\My Programs\VertrigoServ\Phpmyadmin">
- Options All
- AllowOverride AuthConfig
- Order allow,deny
- Allow from All
- </Directory>
- <Directory "C:\My Programs\VertrigoServ\Sqlitemanager">
- Options All
- AllowOverride AuthConfig
- Order allow,deny
- Allow from All
- </Directory>
- <Directory "C:\My Programs\VertrigoServ\www\www">
- Options Indexes Includes FollowSymLinks
- AllowOverride All
- Order allow,deny
- Allow from All
- </Directory>
- <Directory "C:\My Programs\VertrigoServ\www\vvv">
- Options Indexes Includes FollowSymLinks
- AllowOverride All
- Order allow,deny
- Allow from All
- </Directory>
- Alias /icons "C:\My Programs\VertrigoServ\Apache\icons"
- Alias /phpmyadmin "C:\My Programs\VertrigoServ\Phpmyadmin"
- Alias /sqlite "C:\My Programs\VertrigoServ\Sqlitemanager"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement