cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
334
Views
0
Helpful
2
Replies

Problems with CCMUSER Options Page Copy

Christian.Hamel
Level 1
Level 1

Hi,

i have made a copy of the user-options-pages local on the server and i've made a new registration in IIS.

I've taken all the configuration parameters from the original page-alias to the new one "PhoneConfig" but if i would like to access the pages i receive always a HTTP500 Error (Internal server error).

What do i need to do / respect if i copy the pages and register this copy under an other alias in IIS

Or isn't possible to do this ?!

Thank You for Your help

2 Replies 2

Gergely Szabo
VIP Alumni
VIP Alumni

If I were you, I would not play with the ccmuser page/file. Only Cisco knows what is mapped from/to that page...

If you want to change the URL of the ccmuser page, create a simple ASP/PHP/[your favorite here] script that does nothing but forwarding the request to the "real", Cisco-provided ccmuser page.

in PHP:

header("http://callmanager/ccmuser/");

in ASP:

Response.Redirect("http://callmanager/ccmuser");

I would not play with the original ccmuser site/files... for this reason i've taken a copie of these files and i've putted them in a own directory.

And then i've attached this directory into the IIS.

I need only to get this version running