I can't get my server-side includes to work. It was working initially, but now it
doesn't work. I'm running apache 1.3.19 on Win NT. My virtual host configuration is
as follows:
<VirtualHost IP:Port>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot d:\ORACLE\iSuites\Apache\Apache\docs\QIES.Dev
Options Includes
AddType text/html .shtml
AddHandler server-parsed .shtml
AddType text/html .html
AddHandler server-parsed .html
ServerName hostname:port
ErrorLog logs/hostname:port-error_log
CustomLog logs/hostname:port-access_log common
</VirtualHost>
If anyone has a "quick" solution or can direct me to another user group I would
appreciate it.
Thanks!