I included the necessary file within the index.php (index.php of wp in the root dir of my htdocs) with
<?php include ('/var/www/silkengirl.com/html/tp/ssi_in.php'); ?>
But I discovered now that sometimes Im redirected to the 404 page of my site. This only happens when I load the page the first time. After pushing F5 (reload) everything looks good.
After deleting the cookie I am getting this failure again.
You can test this here:
http://www.silkengirl.com/tgp/(I now only include the ssi_in.php for this page)
Does anybody have an idea?