Results 1 to 3 of 3

Thread: Apache and SSI

  1. #1

    Thread Starter
    Fanatic Member Gimlin's Avatar
    Join Date
    Dec 2001
    Location
    Hell
    Posts
    734

    Apache and SSI

    Could some tell me how to set this up?

  2. #2
    scoutt
    Guest
    To permit SSI on your server, you must have the following directive either in your httpd.conf file, or in a .htaccess file:

    Options +Includes

    I put it right under this.
    Options Indexes FollowSymLinks MultiViews


    and enable these
    #
    # To use server-parsed HTML files
    #
    -> AddType text/html .shtml
    -> AddHandler server-parsed .shtml

    if they are disabled by #

  3. #3

    Thread Starter
    Fanatic Member Gimlin's Avatar
    Join Date
    Dec 2001
    Location
    Hell
    Posts
    734
    I got it working now thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width