hi,
I want to use phpdig, took the following steps:
1. Downloaded the latest version of the search engine software - phpdig-1.8.0.zip
2. Unzipped the file to /usr/local/phpdig/.
3. Added a directory entry to Apache's httpd.conf.
4. Created a "phpdig" database in MySQL.
5. Used the init_db.sql file to populate the database with the required tabled. Verified that the tables are created. The tables are empty to start with... is that OK?
6. Copied _connect.php to connect.php and made the necessary changes to "dbprefix", "host", "username" and "password" settings in connect.php.
7. Tried to access
http://<server>/phpdig/index.php, and "FILE NOT FOUND" error shows up. Looked at /usr/local/phpdig/ and there IS NO index.php file. There is a index.php file in [PHPDIG]/admin/. Trying to access that just shows up an empty browser window... nothing renders on the screen.
WHAT AM I MISSING...???
Somebody help, please!