Dashboard Redirection Issue

Permalink
Hello Friends,

I am facing a strange issue in my Concrete5 website Dashboard. I have a website in 4 languages, English, Chinese, Malay and Bahasa.

Issue:

When I logged in to Malay and Bahasa Website and When I click on Dashboard icon >> Systems and Settings. It redirects to another url. Example :

If I login tohttp://www.xyz.com/login (ENGLISH WEBSITE) >> Dashboard >> Systems & Settings
It will land onwww.www.xyz.com/dashboard/system...

But if I login tohttp://www.xyz.com/my/login (MALAY WEBSITE) >> Dashboard >> Systems & Settings
ideally it should redirect towww.www.xyz.com/my/dashboard/system... but its redirecting to above URL i.e.www.www.xyz.com/dashboard/system...

All the websites are copy of English Version

ANY SUGGESTIONS ??

 
hutman replied on at Permalink Reply
hutman
Are you saying that you're having issues with the Dashboard not translating? If I'm not mistaken, the Dashboard will not translate dependent on where you logged in from.
munishk751 replied on at Permalink Reply
No hutman, I am not talking about translating Dashboard. My dashboard will remain in English
munishk751 replied on at Permalink Reply
If I am not onwww.www.www.xyz.com/my/dashboard/system... (For Malay version website) I can't clear cache, can't access sitemaps etc because on hitting System and Settings onwww.www.www.xyz.com/my/dashboard/... I am being redirected towww.www.www.xyz.com/dashboard/system...

I hope i am clear now !!
hutman replied on at Permalink Reply
hutman
When you click the Clear Cache button it will clear the cache for all languages in your tree, it's not specific to the tree of your website that you logged in from. The Dashboard (/dashboard/system) is just one Dashboard for all branches in your Sitemap tree.
munishk751 replied on at Permalink Reply
May be I have done something different. If created website inhttp://www.xyz.com, then copy files and databse to new folder on my server root (www.xyz.com/my) and copied all files here (my folder) and connected it with database (copy of main database) ..

Even the Chinese (CN) version was made in same way but its dashboard is working absolutely fine
hutman replied on at Permalink Reply
hutman
I apologize, I thought you were copying the language tree and creating a multilingual website, not creating a bunch of websites that are all exactly the same with a different set of files and database.

If you delete everything in /application/files/cache on the site that isn't working does that stop the redirect? Another thing to look at would be your canonical url and your htaccess to make sure that they have correct urls.
munishk751 replied on at Permalink Reply
Yes I did all. and below is the htaccess code for /my website

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /my/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>
hutman replied on at Permalink Reply
hutman
Ok, that looks fine. Did you review the files in /application/config and make sure that you don't have any URLs set in there that might be causing the redirect? Also, have you tried another browser to see if perhaps it's a browser redirect cache issue?
munishk751 replied on at Permalink Reply
Just checked all ans everything seems to be fine...
hutman replied on at Permalink Reply
hutman
So you had the same experience in a second browser?
munishk751 replied on at Permalink Reply
Yes :(
hutman replied on at Permalink Reply
hutman
If you're using Chrome and open the Developer Tools and watch the Network tab you should be able to see what is causing the redirect.

If you want me to look you can send me a PM with a URL and dashboard credentials, but I can't tell exactly what's redirecting you without seeing it, sorry.
munishk751 replied on at Permalink Reply
Just shared on PM
munishk751 replied on at Permalink Reply
Any update on it ?