BennyS
1-10-02, 10:28 AM
I have finshed my complet Website offline, more then 500 Pages, the navigation is running over a PHP script:
.................................................. ...........
#!/usr/local/bin/php
<?php
if (!isset($site)) { $site = "main"; }
$site = "./".$site.".shtml";
include ($site);
?>
.................................................. ................
and then it opens up my shtml pages, the problem is, that they are filled with SSI scripts.......
So and when i start them direct, it works, but when they are redirected over the navigation script up, the SSI command, dont work....
HELP HELP
Thanx
BEnny
.................................................. ...........
#!/usr/local/bin/php
<?php
if (!isset($site)) { $site = "main"; }
$site = "./".$site.".shtml";
include ($site);
?>
.................................................. ................
and then it opens up my shtml pages, the problem is, that they are filled with SSI scripts.......
So and when i start them direct, it works, but when they are redirected over the navigation script up, the SSI command, dont work....
HELP HELP
Thanx
BEnny