Re: [PHP-WIN] SSI, SHTML and PHP, INCLUDES...

2003-01-31 Thread Dash McElroy
Check this out: http://www.php.net/manual/en/function.virtual.php That just very well could be what you need. Otherwise, you may have to rewrite your stuff. Keep in mind Apache 1.3.x can only process one file via one 'addtype' thing. Apache2 has support for more that one 'filter', but I have not

[PHP-WIN] SSI, SHTML and PHP, INCLUDES...

2003-01-30 Thread Leo G. Divingracia III
have a slight problem. need to include some template files that are javascript. so i have setup my apache 1.3.x server to parse .SHTML files. now, i need to add php to this. so fine. all i thought i could do was add this to my apache conf file: AddType application/x-httpd-php .php4 .php .htm .