Call Us:

  • +1 212 386 5676
  • +44 (0)1273 666 355
  • +61 (0)3 9682 2441
  • +7 383 332 40 55
Intranet & Extranet Manager: An integrated platform that will grow with your business
Translations of this page:

Intranet Entry Page

It is possible to change the entry page of the intranet other than the default

 /intranet/main/intranethome.php
There is no public permission for 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:

 
help/general/intranet_entry_page.txt · Last modified: 26/08/2009 06:41 by mike
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki