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
Post a Comment