I've created a new view under About, as in:
About
archives.php
archive.php contains:
<?php
MetaTagManager::setWindowTitle($this->request->config->get("app_display_name").": Archives");
?>
<div class="row">
<div class="col-sm-12">
<H1><?php print _t("Archives"); ?></H1>
</div>
</div>
But, when I try to access it with http://collections.louisahistory.org/About/archives
Errors occurred when trying to access /About/archives/index.php:
Invalid controller path
Is there a setting that prevents that index.php from being attached?