Call Us:
It is possible to change the entry page of the intranet other than the default
/intranet/main/intranethome.php
If you are using Claromentis and utilising Guest Access for public you might need to change the entry page to any publish page which has public permission.
Changing Entry page can be done by following this steps (you will need to have access to the file system)
1. From the file system navigate to /intranet/common/config_default.php and find this line :
// Intranet entry page - the one where users redirected after log in $cfg_intranet_entry_page = "/intranet/main/intranethome.php";
2. Copy that lines and paste it on /intranet/common/config.php (this is your active config file)
3. Change the entry page value for example you might want to redirect user to welcome.php page which has been created using publish application:
// Intranet entry page - the one where users redirected after log in $cfg_intranet_entry_page = "/intranet/publish/INTRANET/welcome.php";
Also read:
Discussion