python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Cannot execute SSI with file_get_contents on Apache 2.4
I'm working with a very legacy project, made on PHP 5.4. We need to move it over a new server as is, but at the same time, upgrading the web server from apache 2.2 to 2.4, and the OS. SSI works fine o...
MadHatter365
Votes: 0
Answers: 0
Is it possible to set http headers from SSI?
I have this configuration for static html pages, where redirects are done from flat files as well:
old-location.html
<!-- {new-location.html} -->
<!DOCTYPE html>
<html>
<head>
...
lucian
Votes: 0
Answers: 1