1 (edited by 2013-09-12 18:36:31)

Topic: including news problem

I am trying to include news in my site as said readme  file of cutenews 1.5.3

<?php
  include("path/to/show_news.php");
?>

but nothing happen - page still blank.

If i include them with

<!--#include virtual="path/to/show_news.php" --> 

news is visible, but if i try to look at "read more" ? i get 403 error "Wrong including show_news.php! Check manual to get more information about this issue."

What i do wrong ?