We-Host.com Main Web Site
Web Development
Support

Installing Options/Software
SSI - Server Side Includes

Go to Beginning
Search Site
Order Services
Server Reference
You are currently viewing support information for this item Server Side Includes

Are you in the wrong place? Hosting accounts click below

Getting Started
Virtual Host
light blue
WARNING:
With all Virtual Servers ordered after 15 Dec. 1998, your srm.conf and access.conf files will be included within the httpd.conf file. Therefore modifications may be made only to the httpd.conf file. When editing the file, you will notice extensive comments with directions. After editing the httpd.conf file, it is not necessary to restart_apache as it will be done automatically.

How do I allow server side includes in any directory?

First, you should familiarize yourself with the configuration files for your web server which is based on Apache 1.2.6 software. An excellent on-line resource can be found at the following URL:

To allow server side includes from any directory do the following:

  1. Uncomment out the following "AddType" directive in the srm.conf file:
    AddType text/x-server-parsed-html .html

    You may want to add a Type for .htm files:
    AddType text/x-server-parsed-html .htm

  2. Add an Includes option to the Options for your Root Document declaration in the access.conf file:
    Options Indexes FollowSymLinks Includes
  3. Restart your web server:
    
         % restart_apache     

 

Contents Copyright 1997-2003  We-Host Web Hosting. See our copyright page for additional copyright and disclaimer information.

Last Updated: 11 June, 2000  · Email support web site errors to webmaster@we-host.com

We-Host Web Hosting