valcode Posted May 3, 2009 Share Posted May 3, 2009 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 Quote Link to comment https://forums.phpfreaks.com/topic/156695-solved-ssl-php-help-newbie/ Share on other sites More sharing options...
zq29 Posted May 3, 2009 Share Posted May 3, 2009 Sounds like an issue related to how your server is set up, I'd ask your host if I were you. Quote Link to comment https://forums.phpfreaks.com/topic/156695-solved-ssl-php-help-newbie/#findComment-825098 Share on other sites More sharing options...
valcode Posted May 4, 2009 Author Share Posted May 4, 2009 Many thanks. It was an Apache setting and my Hosting co have sorted it out. All works well now Quote Link to comment https://forums.phpfreaks.com/topic/156695-solved-ssl-php-help-newbie/#findComment-826247 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.