I've been making modifications to our OJS installation at http://smithsonianrex.si.edu and I've encountered a strange problem-- whenever I try to access a 'secondary' page (such as http://smithsonianrex.si.edu/index.php/index/about), the page will display for a moment and then suddenly switch to a '404-- Not Found' error.
This happened shortly after adding the following code to my header.tpl
- Code: Select all
<!-- 2012-9-25 KJ added the following 5 lines because IE is a terrible, terrible affliction on the internet landscape -->
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="ie lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="ie lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="ie lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="ie"> <![endif]-->
Does anyone have any idea why these conditional statements would cause this behavior, and only on certain pages?
Thanks so much for any help or advice!
