Hi,
could someone help me out?
(Linux server)
I use a lot of ssi, which I activate in my .htaccess by adding the line:
AddHandler server-parsed .html
now I would like to include rss feeds on my html pages, for that I use a php parser. To make the parser work in html, I added the lines
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html
to my .htaccess
now the ssi doesn't work anymore of course
Anyone know, how to make them work together?
Thanks
could someone help me out?
(Linux server)
I use a lot of ssi, which I activate in my .htaccess by adding the line:
AddHandler server-parsed .html
now I would like to include rss feeds on my html pages, for that I use a php parser. To make the parser work in html, I added the lines
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html
to my .htaccess
now the ssi doesn't work anymore of course
Anyone know, how to make them work together?
Thanks

Comment