I’m using the Structure Extension.
From index page, my other main nav links bring up this type of error.
Not Found The requested URL /about was not found on this server.
http://hwc.ehclients.com
The about page will successfully show if I go through Structure to view it. And if I manually enter “http://hwc.ehclients.com/index.php/about” it will show up as well.
<div id="links">
<.a {if segment_1 == ""} class="selected" {/if} id="button1" href="/"><span class="alt"></span></a>
<.a {if segment_1 == "about"} class="selected" {/if} id="button2" href="/about"><span class="alt"></span></a>
<.a {if segment_1 == "services"} class="selected" {/if} id="button3" href="/services"><span class="alt"></span></a>
<.a {if segment_1 == "gallery"} class="selected" {/if} id="button4" href="/gallery"><span class="alt"></span></a>
<.a {if segment_1 == "insurance"} class="selected" {/if} id="button5" href="/insurance"><span class="alt"></span></a>
<.a {if segment_1 == "contact"} class="selected" {/if} id="button6" href="/contact"><span class="alt"></span></a>
</div>
I had to add a . before the a to post the “links” section in this post, because otherwise it wasn’t showing the {if} statement.
Such a simple problem, what am I missing?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.