I have php installed and I have an extra mime type of '.triple' It works and I can pull up pages with it. such as .(secret)./adminMenu.triple and the page comes up fine. But I have a link of $PHP_SELF?nav=Products.
then link should pull up something like
switch($nav)
{
case: 'Products'
include("products/products.triple");
}
it's something like that. don't worry bout the syntax. I know it works because I was on a windows machine with apache and everything worked fine. I saved the files and I am now on a Linux machine and the links with .triple won't pull up.
Weird.
Any suggestions?