I'm from Italy..so hello to evrybody! :)
Well, i installed my Wamp environment with Apache 2.0.55, Php 5.1.2 and MySql 5.0, in LOCAL. All works right, and according to some manuals on the web, i installed Drupal 4.5.6 too, after i created a database for it.
Drupal's configuration has been made following general instructions of modifying file settings.php in default/sites/ folder. When i launched my Drupal's index at the local url "http://localhost/www/index.php", i was surprise by how the main page was! The result of page is similar to the following example:
---------------------------------------------------------
{head} {styles}
Skip navigation.
{_BLOCK_.header.logo} {_BLOCK_.header.site_name} {primary_links}
{secondary_links}
{_BLOCK_.header.message}
Welcome to your new Drupal-powered website. This message will guide you through your first steps with Drupal, and will disappear once you have posted your first piece of content.
The first thing you will need to do is create the first account. This account will have full administration rights and will allow you to configure your website. Once logged in, you can visit the administration section and set up your site's configuration.
exc exc...
---------------------------------------------------------
Where the problem is? I tried to load some themes in the folder of Drupal, but the graphic result was the same. I think graphic engine doesn't work so well...but i'm a newbie about Drupal and i dont know what i have to do!