summaryrefslogtreecommitdiffstats
path: root/apache-config.conf
blob: 03c2f98ce8ca6c76d18cb8da5e8154fcc8b49dce (plain)
1
2
3
4
5
6
7
8
9
10
<VirtualHost *:80>
  DocumentRoot /var/www/html
 
  <Directory /var/www/html/>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Order deny,allow
    Allow from all
  </Directory>   
</VirtualHost>