movieguru posted this at 03:17 — 2nd March 2002.
They have: 24 posts
Joined: Feb 2002
now how do i install ssi into an apache server?
Patrick A Baer posted this at 12:59 — 2nd March 2002.
He has: 32 posts
Joined: Mar 1999
Hi!
Uncomment those two lines in httpd.conf:
#AddType text/html .shtml #AddHandler server-parsed .shtml
This will enable SSI-parsing
later
movieguru posted this at 21:05 — 2nd March 2002.
i have done that but it still does not seem to work look is there something i am doing wrong? in the ssi script or what
mairving posted this at 02:28 — 3rd March 2002.
They have: 2,256 posts
Joined: Feb 2001
What is the script trying to do? I know on Apache on the 'Nix side, you have to restart the server for the changes to take effect. You may try that.
Mark Irving I have a mind like a steel trap; it is rusty and illegal in 47 states
Patrick A Baer posted this at 00:10 — 4th March 2002.
Have you included a .htaccess file in the directory?
I found a good tutorial here: http://builder.cnet.com/webbuilding/pages/Servers/ApacheFiles/082400/ss02.html
You may want to check for what you might have forgotten there...
http://www.patrickbaer.com Professional Photo Retouching Services
movieguru posted this at 00:41 — 4th March 2002.
Thanks for all of your help i got it working
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.
Patrick A Baer posted this at 12:59 — 2nd March 2002.
He has: 32 posts
Joined: Mar 1999
Hi!
Uncomment those two lines in httpd.conf:
#AddType text/html .shtml
#AddHandler server-parsed .shtml
This will enable SSI-parsing
later
movieguru posted this at 21:05 — 2nd March 2002.
They have: 24 posts
Joined: Feb 2002
i have done that but it still does not seem to work look is there something i am doing wrong? in the ssi script or what
mairving posted this at 02:28 — 3rd March 2002.
They have: 2,256 posts
Joined: Feb 2001
What is the script trying to do? I know on Apache on the 'Nix side, you have to restart the server for the changes to take effect. You may try that.
Mark Irving
I have a mind like a steel trap; it is rusty and illegal in 47 states
Patrick A Baer posted this at 00:10 — 4th March 2002.
He has: 32 posts
Joined: Mar 1999
Have you included a .htaccess file in the directory?
I found a good tutorial here: http://builder.cnet.com/webbuilding/pages/Servers/ApacheFiles/082400/ss02.html
You may want to check for what you might have forgotten there...
later
http://www.patrickbaer.com
Professional Photo Retouching Services
movieguru posted this at 00:41 — 4th March 2002.
They have: 24 posts
Joined: Feb 2002
Thanks for all of your help i got it working
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.