I have been using the Replace plugin to remove the index.php/ from my URL’s and I’ve run into some issues that are weird and it may be how I’m looking at it.
<br />
{exp:replace find="index.php/"}
<h2 class="title"><span><a href="{path=blog}">Additional Posts:</a></span></h2>
<div class="cell_25">
<div class="cell_25_top"></div>
<ul class="categories">
{exp:weblog:entries weblog="default_site" limit="10" orderby="random"}
<li><a href="{url_title_path=blog}">{title}</a></li>
{/exp:weblog:entries}
</ul>
<div class="cell_25_bottom"></div>
{/exp:replace}</div>
It works for the categories but not the H2 title? It also is not working for the Navigation or Footer? Not sure why that is?
Everything but the Nav and Footer works on this page.
