Hi All,
We are using a Custom Login Page , which sits on a seprate Apache Server .
When the user Logs into TS , he gets the below URL.
https://sun5:444/iw-cc/webdeskpro (The interface is webdeskpro).
But if the user changes the URL to
https://sun5:444/iw-cc/command/iw.ui after loging into TS , then he gets the Content Centre interface .
Our Problem is that , we want the users to just get the Webdeskpro interface .
For doing the same , we implemented the below in our Apache webserver and resrated the same .
RewriteEngine on
RewriteCond %{HTTP_HOST} =
https://sun5:444/iw-cc/command/iw.uiRewriteRule ^/$
https://sun5:444/iw-cc/webdeskpro [NC,R=301]
Still we are able to change the URL and go to CC.
Is there any way we could restrict the use of CC for the Users .
TS6.1
Solaris 8
Apache 1.3
Thanks
Prem Pratick Kumar.