Using php_flag we can change php.ini values through an .htaccess file. For example if we need to change the php value of register_globals to Off we can do it using the following .htaccess
php_flag register_globals off
November 25th, 2009
Aneesh Using php_flag we can change php.ini values through an .htaccess file. For example if we need to change the php value of register_globals to Off we can do it using the following .htaccess
php_flag register_globals off
November 9th, 2009
Aneesh Installing Apache
[root@server ~]# wget http://opensource.become.com/apache/httpd/apache_1.3.41.tar.gz