W
wardjame
Guest
I'm trying to get .asp and .php files parsed for Server Side Includes. Bad practice I know but it is how a clients site was previously designed and I need to maintain it as is.
I added the following to the site vhost.conf file:
But my tests seem to show only the .shtml files being parsed for SSI. Any clues as to how one could accomplish this?
Thanks in advance.
I added the following to the site vhost.conf file:
Code:
AddType text/html .htm .html .shtm .shtml .sht .asp .php
AddHandler server-parsed .htm .html .shtml .sht .shtm .asp .php
But my tests seem to show only the .shtml files being parsed for SSI. Any clues as to how one could accomplish this?
Thanks in advance.