Hi, I'm trying to get nedi running, and the discovery engine works. However, I can't get the web interface running. I think it has to do with the following line in index.php:
<form name="login" method="post" action="<?=$_SERVER['PHP_SELF']?>"> When I login, what shows up in the URL bar is: http://localhost/nedi/%3C?=$_SERVER['PHP_SELF']? This indicates that php is not grabbing that <?=$_SERVER['PHP_SELF']?> and interpreting it. Any ideas why? Thanx. OpenBSD 4.0. I installed php5-core-5.1.4p1 from ports. I tried % cat /var/www/htdocs/test.php <?php phpinfo() ?> and I get a long list of things, starting with: System OpenBSD localhost 4.0 GENERIC.MP#967 amd64 Build Date Jan 17 2007 15:49:35 Configure Command './configure' '--with-apxs=/usr/sbin/apxs' '--without-mysql' '--enable-xml' '--enable-wddx' '--enable-cli' '--with-iconv=/usr/local' '--with-gettext=/usr/local' '--enable-dio' '--with-pear=/var/www/pear' '--enable-bcmath' '--enable-session' '--enable-trans-sid' '--enable-calendar' '--enable-ctype' '--enable-ftp' '--with-pcre-regex' '--with-posix' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-yp' '--enable-exif' '--without-sqlite' '--enable-shared' '--disable-static' '--disable-rpath' '--with-config-file-path=/var/www/conf' '--enable-inline-optimization' '--with-pic' '--with-openssl' '--with-zlib' '--prefix=/usr/local' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' Server API Apache Virtual Directory Support disabled Configuration File (php.ini) Path /var/www/conf/php.ini