random1 Posted September 7, 2008 Share Posted September 7, 2008 Hi All, I've been told that if the PHP engine and the server malfunctions its possible that a PHP code will show as plain text. e.g. <?php echo('test page content'); ?> Is this the case? If so how can one minimize the security issue this causes? Link to comment https://forums.phpfreaks.com/topic/123103-php-error-fallback/ Share on other sites More sharing options...
steveclondon Posted September 7, 2008 Share Posted September 7, 2008 Yea it is possible, you can look on google so you can encode your php files, however this does slow things down. Personally I don't worry about it, it is unlikely that will ever happen. Link to comment https://forums.phpfreaks.com/topic/123103-php-error-fallback/#findComment-635743 Share on other sites More sharing options...
Mchl Posted September 7, 2008 Share Posted September 7, 2008 If you're worried about it, put your script outside of web directory. See here for tutorial: http://www.phpfreaks.com/tutorial/php-security/page5 Link to comment https://forums.phpfreaks.com/topic/123103-php-error-fallback/#findComment-635747 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.