By telling Apache to handle .shtml file through mod_include .php through the php interpreter I can't see a way to get ssi directive to be parsed correctly.
I have tried setting:
along with
Is there any way to do this?
Conversely;
What I am trying to achieve is to set "last_modified" to a date stored in a database. My articles are all stored in a DB with the creation date and I would like to render a file with that particular date, so folks load it the page information will show this date as last modified. This on another server and I can use Mod_reqwrite to present the pges as .shtml files if need be. Tried it.
Not workin'
Any one got a clue?
I have tried setting:
| Code: |
|
AddType text/html .shtml AddOutputFilter INCLUDES .shtml .php |
along with
| Code: |
|
AddType application/x-httpd-php .php .html |
Is there any way to do this?
Conversely;
What I am trying to achieve is to set "last_modified" to a date stored in a database. My articles are all stored in a DB with the creation date and I would like to render a file with that particular date, so folks load it the page information will show this date as last modified. This on another server and I can use Mod_reqwrite to present the pges as .shtml files if need be. Tried it.
Not workin'
Any one got a clue?
