Server-side includes (SSI) stop working when on https (ssl) -


my server side includes work fine when accessing website through http, when trying access site securely (which set sweet) don't included.

i'm using following code in 1 file inside apache2/sites-enabled directory:

<directory /var/www/html>       options +includes       addtype text/html .htm       addoutputfilter includes .htm </directory> 

any ideas look?

got it. had put above code virtualhost section ordinary port, not ssl port.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -