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