I am running RedHat 7.3 with PostgreSQL 7.2.1. I downloaded the drupal 4.0.0.tgz file and installed it under my docoot (http://my.site.com/drupal/).
I ran the database.pgsql install script, wich worked fine (after changing the username from 'root' to 'postgres'.
I then went to http://my.site.com/drupal. There were two links: Home and User Account. I clicked on 'User Account', filled out the creation form, and pressed submit.
The text below the ==== is the actual content I placed on my localhost site. It's a site I am making for a local advertising company, and thought Drupal might be a good use for it. I've got Drupal 4 running, installed Interlaced theme, and added a page to the front page (static on front page) and with the below code. However, when I submit it, the "global $theme;" and all the rest of the PHP code is not evaluated. I have made sure that the type is set to PHP, and it previews fine.
In the handbook, there is a section about multiple directories. "Drupal allows you to setup multiple drupal sites using different directories on top of one physical source tree." But only instructions related to Unix/Linux are given. How to create the same results in a Windows 2000 system?