SHOW:
|
|
- or go back to the newest paste.
| 1 | NameVirtualHost *> | |
| 2 | <VirtualHost *> | |
| 3 | DocumentRoot "D:/development/mysite.local" | |
| 4 | - | ServerName ra.fluxcp.local |
| 4 | + | ServerName mysite.local |
| 5 | <Directory "D:/development/mysite.local"> | |
| 6 | Options Indexes FollowSymLinks Includes ExecCGI | |
| 7 | AllowOverride All | |
| 8 | Require all granted | |
| 9 | </Directory> | |
| 10 | </VirtualHost> |