.htaccess Allow IP-range
September 12th, 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 = ...
If when accessing any folder which does not contain an index file (ex: http://yourtestdomain.com/folder/) a directory listing will be shown displaying a list of the files in that folder. Simply adding a zero size (0 byte) text file named “index.html” ...