hi, I’ve got a very rare problem concerning URL. If you go to this website http://ho33.com and look on the footer you will see the “Terms”, “Privacy” and “Links”. For example, the URL of the “Terms” is http://ho33.com/en/terms(This is correct). However, if you go to http://ho33.com/en/blog and look on the “terms” URL again you will see that the URL has mysteriously changed to http://ho33.com/blog/site/terms/lang/en. The word “blog” is appearing in this URL, which is wrong. (Please note that “blog” is the name of a module that I have) What should I do?
I saw your code once again, most of your code doesn’t match with another page source code. first i suggest you, because of your footer links are same for all pages so put this into your view main.php (views/layouts/main.php).
but i saw and match some pages like tutorials, blog, contact. these all are having something mismatch. also your blog page only having jquery.ba-bbq.js file. please put clientScript array (Already give you) in your component array and also show me views file main.php from layouts directory. if your having clientScript array in component array, then it should be cache issue because jquery.ba-bbq.js file still in blog page.
your not having any issue related jquery. but i’m sure your blog view having some mismatch. because it’s different from other views. also when i’m changing the languages, blog still showing in default EN language. Can you show me your full page source code of main.php(layouts), blog view and also any others like tutorial page source code?