I installed apache server on win2k, tried to create an .shtml page by using server side includes, however it doesn't work, I checked httpd.conf and uncomment:
AddType text/html .shtml
AddHandler server-parsed .shtml
then restarted server, why it cannot display .shtml page?
I read from somewhere I need to add "Options +Includes" to httpd.conf, I added this to the end of lines, but it still doesn't work. does it work on windows os?
AddType text/html .shtml
AddHandler server-parsed .shtml
then restarted server, why it cannot display .shtml page?
I read from somewhere I need to add "Options +Includes" to httpd.conf, I added this to the end of lines, but it still doesn't work. does it work on windows os?