Page 1 of 1
https admin panal
Posted: Sun Aug 23, 2009 9:26 am
by temp11
hi guys,
i can just reach my site via https trought a subdomain
https://ssl.hoster-client. http contents are reachable througt my domain
http://www.mydomain.com
i would like to use the subdomain for the admin panal for security reasons.
the side should still be reachable trought my normal domain
http://www.mydomain.com.
in my config.php i found:
#Name of the admin directory
$config['admin_dir'] = 'admin';
if i change this parameter to
https://ssl.hoster-client/admin it doesen't work.
hope you can help.
temp11
Re: https admin panal
Posted: Mon Aug 24, 2009 4:46 pm
by Pierre M.
/admin (or otherwise if renamed) is a local directory (folder) not a link to another server because the frontend and the backend share the same config.php.
You can mirror/migrate the admin directory to another server (SSL enabled or not) but this would be a hack and requires config.php synchronization. Do at your own risk.
Pierre M.
Re: https admin panal
Posted: Wed Aug 26, 2009 2:49 pm
by temp11
No, the admin dir is on the same server as the cms. the admin dir is reachable through
http://mydomain.com as throught
https://mydomain.myhoster.com. i can also reach
https://mydomain.myhoster.com/admin/login.php and everything is secure. but at the point when i have entered my login information an klick on send the admin panel redirects me into
http://mydomain.com/index.php.... becouse
http://mydomain.com is saved in the config file as root_url.
Howto use
https://mydomain.myhoster.com for the admin panal?
Re: https admin panal
Posted: Wed Aug 26, 2009 2:51 pm
by temp11
No, the admin dir is on the same server as the cms. the admin dir is reachable through
http://mydomain.com as throught
https://mydomain.myhoster.com. i can also reach
https://mydomain.myhoster.com/admin/login.php and everything is secure. but at the point when i have entered my login information an klick on send the admin panel redirects me into
http://mydomain.com/index.php.... becouse
http://mydomain.com is saved in the config file as root_url.
Howto use
https://mydomain.myhoster.com for the admin panal?

Re: https admin panal
Posted: Wed Aug 26, 2009 3:03 pm
by calguy1000
CMSMS doesn't support that at the moment.
Re: https admin panal
Posted: Thu Aug 27, 2009 12:58 pm
by temp11
damn it, ok thx for your answers.