|
-
Feb 1st, 2002, 10:41 AM
#1
Thread Starter
Fanatic Member
Apache and SSI
Could some tell me how to set this up?
-
Feb 6th, 2002, 12:35 AM
#2
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 #
-
Feb 6th, 2002, 08:47 AM
#3
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|