diff --git a/etc/alternc/apache2-ssl.conf b/etc/alternc/apache2-ssl.conf
index 33f42009..fa79dea6 100644
--- a/etc/alternc/apache2-ssl.conf
+++ b/etc/alternc/apache2-ssl.conf
@@ -1,7 +1,7 @@
SSLEngine on
- SSLCertificateFile /etc/alternc/apache.pem
- SSLCaCertificatePath /etc/ssl/certs
+ SSLCertificateFile /etc/alternc/apache.pem
+ SSLCaCertificatePath /etc/ssl/certs
DocumentRoot /var/alternc/bureau
Include /etc/alternc/bureau.conf
diff --git a/etc/alternc/apache2.conf b/etc/alternc/apache2.conf
index fa8ef09a..5e12786e 100644
--- a/etc/alternc/apache2.conf
+++ b/etc/alternc/apache2.conf
@@ -3,11 +3,6 @@
ScriptAlias /cgi-bin/ /var/alternc/cgi-bin/
-#### Some security parameters
-# We set a PhpMyAdmin alias to override the one PhpMyAdmin may have installed
-# to prevent phpmyadmin to be bruteforced "by default"
-Alias /phpmyadmin /usr/share/phpmyadmin
-
# Deny access to the root filesystem
Options FollowSymLinks