blob: 2cb83011fbd3642bcb2ba88d175b0d7e7cdee47b (
plain)
1
2
3
4
5
6
7
8
|
#
# This file will be copied into /etc/httpd/conf.d/sx.conf and loaded when httpd start
#
ServerAdmin cl@startx.fr
<Directory "/var/www/html">
AllowOverride All
DirectoryIndex index.php index.html
</Directory>
|