hi
i need to setup server side includes on my server so i can open .shtml pages.
i have the following in myhttpd.con file
DirectoryIndex index.html index.html.var index.shtml
AddType text/html .shtml
AddHandler server-parsed .shtml
# default host
<VirtualHost *>
ServerAdmin me@mydomian.com
DocumentRoot /root/to/my/ServerName XBitHack on
Options +Includes
</VirtualHost>
any help on what i am missing would be helpful. i am using apache 2.0.47
thanks
flycold
i need to setup server side includes on my server so i can open .shtml pages.
i have the following in myhttpd.con file
DirectoryIndex index.html index.html.var index.shtml
AddType text/html .shtml
AddHandler server-parsed .shtml
# default host
<VirtualHost *>
ServerAdmin me@mydomian.com
DocumentRoot /root/to/my/ServerName XBitHack on
Options +Includes
</VirtualHost>
any help on what i am missing would be helpful. i am using apache 2.0.47
thanks
flycold