https admin panal

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
temp11
New Member
New Member
Posts: 5
Joined: Sat Aug 15, 2009 11:28 am

https admin panal

Post 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
Pierre M.

Re: https admin panal

Post 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.
temp11
New Member
New Member
Posts: 5
Joined: Sat Aug 15, 2009 11:28 am

Re: https admin panal

Post 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?
temp11
New Member
New Member
Posts: 5
Joined: Sat Aug 15, 2009 11:28 am

Re: https admin panal

Post 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?  ??? ??? ???
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: https admin panal

Post by calguy1000 »

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.
temp11
New Member
New Member
Posts: 5
Joined: Sat Aug 15, 2009 11:28 am

Re: https admin panal

Post by temp11 »

damn it, ok thx for your answers.
Post Reply

Return to “CMSMS Core”