diff --git a/docs/INSTALL_OPENSUSE_11_2.txt b/docs/INSTALL_OPENSUSE_11_2.txt
index 9895f79965656292dae896e064da1a3f04ab37ed..b4e04926fa145c5a535b1900fab19c6e7e7714dc 100644
--- a/docs/INSTALL_OPENSUSE_11_2.txt
+++ b/docs/INSTALL_OPENSUSE_11_2.txt
@@ -99,6 +99,18 @@ chmod 4755 /usr/sbin/suexec2
 chkconfig --add apache2
 /etc/init.d/apache2 start
 
+// Comment out the /error/ alias in the apache error.conf file or the custom error pages in the websites wont work.
+
+Edit the file error.conf in the apache configuration directory and comment out the line:
+
+Alias /error/ "/usr/share/apache2/error/
+
+By changing the line to:
+
+# Alias /error/ "/usr/share/apache2/error/
+
+// Install phpmyadmin
+
 cd /tmp
 
 yast2 -i pwgen