Try: ca/tecreations/ViewFile.php -- Online
<?php
require_once $_SERVER['DOCUMENT_ROOT'] . "/tec_SiteRoot.php";
include_once "html_start.php";
?>
<meta charset="UTF-8">
</head>
<body>
<?php
include_once "html_brand_menu_start.php";
include_once "menu/menuRoot.php";
include_once "html_brand_menu_stop.php";
?>
<div class="jumbotron padded">
<p>Made with ❤️ in <img src="canada_flag.png" />.</p>
<p><a href="/ca/tecreations/List.php">List</a></p>
<p><a href="/ca/tecreations/ViewFile.php">View File</a></p>
</div>
<?php
include_once "tims_today.php";
?>
<?php
include_once "downloads.php";
?>
<?php
require_once "page_content.php";
?>
<?php
require_once "footer.php";
?>