Jump to content

[SOLVED] SSL php help - newbie


valcode

Recommended Posts

Could someone explain to me why this file test.php only displays the 'some text' and not the php 'hallo world' when I place it in my public_ssl (https) folder, yet it works fine in the normal public_html folder

 

<html>

<body>some text

<?php echo 'hallo world'; ?>

</body>

</html>

 

Thanks in advance

Link to comment
https://forums.phpfreaks.com/topic/156695-solved-ssl-php-help-newbie/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.