This is how it goes anyhow, I have actually installed apache/php as a user (do) without root access on a different port. It all works fine but for some reason I can't turn "register_globals" to on. I have tried changeing it in the php.ini file but it does not appear to be reading it or something. I also tried putting a .htaccess file in the directory with the line.PHP:
Version 4.3.2
System:
FreeBSD 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Thu Sep i386
Configure Command :
'./configure' '--prefix=/usr/home/do/Apache/php-4.3.2' '--with-apache=/usr/home/do/Apache/apache_1.3.27' '--with-config-file-path=/usr/home/do/phpconf' '--with-mysql' '--without-pear' '--disable-cli' '--enable-ftp' '--enable-sockets' '--enable-track-vars'
Apache Version :
Apache/1.3.27
Configuration File (php.ini) Path:
/usr/home/do/phpconf
I even tried puttingphp_flag register_globals On
Code: Select all
<?php
ini_set('register_globals', '1');
?>None of this seemed to work, so any help or suggestions would be much appreciated, because it is killing me!
Or even if anyone knows a site the gives a run down on installing Apache and PHP without root access on a different port.. or has anyone any experience doing this?
thanks,
derek