N nikss Active Member Apr 8, 2019 #1 Apr 8, 2019 #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: Apr 9, 2019
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
N NiteWave Administrator Apr 8, 2019 #2 Apr 8, 2019 #2 not normal. yes, it'll be very slow while it's ok in syntax.
N nikss Active Member Apr 8, 2019 #3 Apr 8, 2019 #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: Apr 9, 2019
ok so what about html files with php snippets in it? I mean index.html with PHP: <?php echo("test") ?> inside html?
N NiteWave Administrator Apr 9, 2019 #4 Apr 9, 2019 #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: Apr 9, 2019
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.