Edit: you can close this one. Turned out it was a Apache configuration thing… Thanks!
Do you have 404s and Strict URLs on?
Yes, also tried with non strict…
Also, can you show us your template code? I’m specifically interested in any channel entries tags and the code inside of them.
Sure
{embed="layout/top" my_title="Registrera användare" js="external"}
<div class="main-content">
<div id="main-column">
<div class="lista">
<iframe id="shopWindow" name="shopWindow" scrolling="no" width="600" height="1000" src="http://portal.kontorsfixarna.intelliplan.eu/WebCV/Registration?id={segment_4}" marginheight="0" frameborder="0" marginwidth="0"></iframe>
</div>
</div>
<div id="right-column">
<h2 class="ads">Aktuella tjänster</h2>
<ul class="ads-current">
{exp:channel:entries channel="annonser" limit="5" dynamic="off" disable="categories|category_fields|member_data|pagination"}
<li><a href="http://{url_title_path=annons}">{title}, {annons-region}</a></li>
{/exp:channel:entries}
</ul>
</div>
<div class="clear"></div>
</div>
<div class="customers-wrapper">
<div class="customers">
<div class="images">
{exp:channel:entries channel="sida" dynamic="off" entry_id="766" status="osynlig" limit="1"}
{body}
{/exp:channel:entries}
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
{embed="layout/footer"}
</div>
{google}
Thank you!
/Henrik