1. I'm encountering problem with URL rewriting and main navigation.
On every page I have BACK data-rel="back" and HOME href="http://m.qool.cz" buttons.
<base href="http://m.qool.cz/">
When I push the HOME button, It jumps to the home, but the URL remains same and the history is not updated. Later BACK button push goes to the latest page, where I clicked HOME button before.
I tried to change HOME href="http://m.qool.cz" to href="/", which works, but linking to first opened page, not the base href.
What I'm doing wrong?
---
2. I have changed links to SEO links, but now there is quick flash with # at the end of the previous url before the page is updated. Is there any way to avoid this?