1 (edited by 2008-07-27 11:18:27)

Topic: [FAQ] HTML: Cutenews not working...

Cutenews is a php based system, this means that the include code that you put into your index.html has to retrive the news you want... so you must RENAME your index.html to index.php

now you still will be able to have html in your page... it wont change anything except that your server knows that it has codes to execute inside the file.

In short:

index.html <-Won't work
index.php <-Will work