This User Guide is for managing sites using the Apache web server, not an application server like Tomcat, JBoss, Ruby on Rails, or GlassFish. For information on troubleshooting sites using those application servers, see their specific User Guides - http://support.eapps.com/kb |
This only makes the DirectoryIndex change for this specific site. If you need to have the same index.htm file as a DirectoryIndex for all sites, you will need to add the same line in Custom Settings for all sites that use the index.htm file. |
The syntax for a .htaccess file has to be exactly right. There is no middle ground or room for error. Your syntax is either absolutely correct, or totally wrong. One misplaced or forgotten slash, or a space where a space shouldn't be can mean that you may now be totally unable to browse the site, or that your .htaccess file is completely ignored. |
[root@eapps-example ~]# cd /etc/httpd/conf [root@eapps-example conf]# cp httpd.conf{,.bck} [root@eapps-example conf]# vi httpd.conf |
# Specify a default charset for all content served; this enables # interpretation of all content as UTF-8 by default. To use the # default browser choice (ISO-8859-1), or to allow the META tags # in HTML content to override this choice, comment out this # directive: # AddDefaultCharset UTF-8 |