List number of files in a particular folder – Linux Command
September 9th, 2009
No comments
using .htaccess file:
create the .htaccess file
the content of the .htaccess file should be:
php_value safe_mode "1"
using php.ini file
upload to specific folder the php.ini file
in php.ini enter this command
safe_mode = Off
for globall efect, search php.ini in /etc/ folder and chnage safe_mode = ...