Hey there,
i want to test the script right now. I am using XAMPP for testing with Windows. Everytime i went past the database configuration and the website config the install.php script tells me that everything should work fine now and i should make my config readable only. After i did that and klick on "Log On" it just redirects me to install.php again and starts a new installation process.
What could be wrong ?
Sounds like you may be changing your config to be unreadable. Make sure to set it to something your webserver can read, but not write too. Using chmod 0644 *should* work, unless your server has some strange custom settings.