|
|
|
#2 |
|
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
Do you need to parse both SSI and php in the page? If so, you would require apache2 which can do that with the addition of a handler. I don't quite remember which order pages are parsed in, but, I believe you set it to parse .php first, then, AddOutputFilter INCLUDES
If you are running apache2, and want to parse .shtml pages for php only, the following will do that: Code:
RemoveHandler .shtml AddType application/x-httpd-php .shtml
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
|
|
|
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|