Script Handler Definition for html?

nikss

Active Member
#1
Is it normal to give
Suffixes
php, html, htm
to
LiteSpeed SAPI php?
I mean isn'it slow to parse every html file by php?
regards
 
Last edited by a moderator:

nikss

Active Member
#3
ok so what about html files with php snippets in it?
I mean
index.html with
PHP:
<?php echo("test") ?>
inside html?
 
Last edited by a moderator:

NiteWave

Administrator
#4
although it's .html, same as .php file.
usually .html mean pure static file, no dynamic part in it.
once there's a <?php ... ?> piece in it, it's a php script.
 
Last edited by a moderator:
Top