diff options
Diffstat (limited to 'Services/php/httpd.conf')
-rw-r--r-- | Services/php/httpd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Services/php/httpd.conf b/Services/php/httpd.conf new file mode 100644 index 0000000..2cb8301 --- /dev/null +++ b/Services/php/httpd.conf @@ -0,0 +1,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> |