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 .php3 .inc .html .shtml

but after that change, when i call that .shtml page with a bit of php code, it brings up the SAVE AS dialog box.

here's the part of apache's conf file to parse SSI files:

# To use server-parsed HTML files
#
AddType text/html .shtml
AddHandler server-parsed .shtml

so is there way to get around this? or am i stuck?

thanks...


--
Leo G. Divinagracia III
[EMAIL PROTECTED]

zzzzz


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to