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 ??
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 ??
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.
No hutman, I am not talking about translating Dashboard. My dashboard will remain in English
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 !!
I hope i am clear now !!
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.
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
Even the Chinese (CN) version was made in same way but its dashboard is working absolutely fine
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.
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.
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>
<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>
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?
Just checked all ans everything seems to be fine...
So you had the same experience in a second browser?
Yes :(
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.
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.
Just shared on PM
Any update on it ?