(I suspect this problem is coming from one of the Modules we’re using—CleanURL, maybe, or BlockPlus?)
We have a site where we have a page called /home, and in Omeka S’ native settings, it’s set as the homepage. If we view https://...../home, everything looks great; all of the blocks, assets, text, etc. are present, and (most importantly) they have the correct block templates and classes applied.
What’s actually showing up when we go to the homepage (/, or <?php echo $site->url(); ?> in the site files) we’re getting a page where all of the blocks, assets, text, etc. are present, but none of the block templates or classes are applied, so it looks completely wrong. Additionally, in the user bar, there’s no Edit link, and if we go to Pages, the only “Home” page is the editable, correctly-displaying one I described above.
Any idea what could be causing this? I’m sorry we can’t post links to what’s happening; the site is due to launch very soon, but it’s behind a password at the moment.
/home looks like this:
/ looks like this:

