J
jschoaf
Guest
I have read every post in this forum
I created vhost.conf
added this
<Directory /home/httpd/vhosts/domain.com/httpdocs>
<IfModule sapi_apache2.c>
php_admin_flag safe_mode off
php_admin_flag register_globals on
</IfModule>
</Directory>
ran this
./websrvmng --reconfigure-vhost --vhost-name=domain.com
and then rebooted apache
Its still not working, any help?
I dont want to turn it off in php.ini again
I created vhost.conf
added this
<Directory /home/httpd/vhosts/domain.com/httpdocs>
<IfModule sapi_apache2.c>
php_admin_flag safe_mode off
php_admin_flag register_globals on
</IfModule>
</Directory>
ran this
./websrvmng --reconfigure-vhost --vhost-name=domain.com
and then rebooted apache
Its still not working, any help?
I dont want to turn it off in php.ini again