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
https admin panal
Re: https admin panal
/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.
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
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?
Howto use https://mydomain.myhoster.com for the admin panal?
Re: https admin panal
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?

Howto use https://mydomain.myhoster.com for the admin panal?



-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: https admin panal
CMSMS doesn't support that at the moment.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: https admin panal
damn it, ok thx for your answers.