2010/10/12 04:34:52
hostautomate

Custom link when user logout from panel

Is it possible to insert custom URL when user signout from control panel ?. Right now when user logout it redirect on hc login page.

5 comments Leave a comment
HC Staff
Yes it is possible
 
Go to HC web server installation path x:\program files\advanced communication\hosting controller\web folder. Open web.config file in a notepad
 
Adding a key in web.config
<add key="SignOutURL" value="http://hostingcontroller.com"/>
2010/10/12 10:40:38
techMate
very informative...
 
My question is, if we re-apply the HC build on our server then will this file keep these settings saved or just over write the file to its actual state?
2010/10/13 14:38:35
ALBERT
Yes,you can insert URL.
Thanks for information.
2010/10/26 03:53:35
Xavier
HC Tech

Yes it is possible

Go to HC web server installation path x:\program files\advanced communication\hosting controller\web folder. Open web.config file in a notepad

Adding a key in web.config
<add key="SignOutURL" value="http://hostingcontroller.com"/>


Nice info. Thanks!
2010/10/26 22:23:32
Lee Juses11
Thanks for that information.
That is really full of value.
Godspeed!
2010/10/27 00:01:15

Comments are closed.