Requesting a html works
and if I put in the index.php first line something like
<!– Hi World! –>
It comes to the browser, but nothing more.
The index.php looks weird, because it calls directly “get_header()”
<?php
get_header();
?>
whithout include anything, no wp-config.php or other logic files …
I don′t know where the problem could be. :o|
Runing Apache 2 + PHP 5.1.6