How To Check That PHP Is On Safe Mode
how to check that php is on safe mode
how, to, check, that, php, is, on, safe, mode
How To Check That PHP Is On Safe Mode
Post Description: how to check that php is on safe mode
POST# 1279
Posted On: Thu Apr 24, 2008 11:50 am
safemode
Topic: How To Check That PHP Is On Safe Mode
How to check that PHP is running and that Safe Mode is OFF !

Use notepad (or other text editor) create an ASCII text file with this line:

<?php phpinfo() ?>



Save that file as webune.php
Must be a text file with .php extension - NOT webune.php.txt

Upload webune.php (as ASCII file) - to the server

Run webune.php from the browser
e.g. www.example.com/webune.php

This will display all the php settings. Use 'find' to check the 'safe' mode section to make sure it is OFF. e.g. look under the Configuration PHP Core Table in the Directive column to see that safe mode is off.


No Repies
(0) Comments for How To Check That PHP Is On Safe Mode

What do you think?

* name:  

* email:  

* Please enter comments:


Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

Add image to comments
yes no             upload
     
  1. How To Check That PHP Is On Safe Mode