Parent Directory | Revision Log
- remove comment ( not really needed ) - use domain instead of hardcoding the url
1 | boklm | 207 | <VirtualHost *:80> |
2 | DocumentRoot /var/www/html | ||
3 | <Location /> | ||
4 | Allow from all | ||
5 | </Location> | ||
6 | misc | 208 | Redirect / http://www.<%= domain %>/ |
7 | boklm | 207 | </VirtualHost> |
ViewVC Help | |
Powered by ViewVC 1.1.30 |