cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

When accessing the Windchill URL "http://<Hostname>/Windchill/app", getting an error

BRAHIM
6-Contributor

When accessing the Windchill URL "http://<Hostname>/Windchill/app", getting an error

I am facing an issue in PTC Windchill 12 when accessing the Windchill PDMLink application. The URL http://<Hostname>/Windchill/app returns an error,  "The requested resource [/Windchill/app] is not available."
The problem is caused by not using a trailing "/" after
Windchill/app in the URL. While the workaround is to use http://<hostname>/Windchill, which appends the trailing '/' automatically,
I need a permanent solution. I am looking for a way to configure the server or modify settings so that http://<Hostname>/Windchill/app works correctly without manual adjustments.

 

InkedCapture.jpg
ACCEPTED SOLUTION

Accepted Solutions
avillanueva
22-Sapphire II
(To:BRAHIM)

I think this is a webserver configuration. In my proxy, I have a line that uppercases Windchill. I think this can work for you to add the slash.

RedirectMatch ^/windchill$ https://<hostname>/Windchill/

View solution in original post

1 REPLY 1
avillanueva
22-Sapphire II
(To:BRAHIM)

I think this is a webserver configuration. In my proxy, I have a line that uppercases Windchill. I think this can work for you to add the slash.

RedirectMatch ^/windchill$ https://<hostname>/Windchill/
Announcements

Top Tags