ID: 13909
Updated by: joey
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: *Configuration Issues
Operating System: Linux RH 7
PHP Version: 4.0.6
New Comment:

Actually, it's not all THAT convoluted:

index.html <where .html is going to be processed by
             SSI...not reccomended behavior>
<!-- your ssi stuff here -->
<!-- #include virtual="/page/to/be/parsed/by.php" -->


But I would also point out that PHP is a much more
flexible structure than SSI, while covering (more or less)
all of SSI's feature set, and you should really look closely
at any solution that requires this workaround.

Previous Comments:
------------------------------------------------------------------------

[2001-11-02 13:26:43] [EMAIL PROTECTED]

I am pretty sure Apache 1.3.x only allows one processor for an extension.  There are 
convuleted (VERY) ways to do this, but why???  Why would you want this?? :)  
Everything shtml can do, so can PHP and more.

-Chris

------------------------------------------------------------------------

[2001-11-02 13:23:11] [EMAIL PROTECTED]

AFAIK, you can't with 1.3.x. You can try 2.0, which is still in beta (or alpha?).

------------------------------------------------------------------------

[2001-11-02 13:06:56] [EMAIL PROTECTED]

When both server-parse exist in httpd.conf, one will not work. How to make Apache to 
parse .php as .html and then follow by parsing .shtml as .html.

My conf is as followed:
 
    AddType application/x-httpd-php .php .html
    AddType application/x-httpd-php-source .phps

    AddType text/html .shtml .html
    AddHandler server-parsed .shtml .html

-----------

Help please,

Cheers,
Earnpin Lee, [EMAIL PROTECTED]

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=13909&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to