When accessing the Windchill URL "http://<Hostname>/Windchill/app", getting an error
Jul 23, 2024
08:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jul 23, 2024
08:54 AM
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,
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 InkedCapture.jpg](https://community.ptc.com/t5/image/serverpage/image-id/108141i0FB4E6B0E470C074/image-size/medium?v=v2&px=400)
Solved! Go to Solution.
Labels:
- Labels:
-
Upgrade_Migration
ACCEPTED SOLUTION
Accepted Solutions
Jul 23, 2024
11:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jul 23, 2024
11:03 AM
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/
1 REPLY 1
Jul 23, 2024
11:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jul 23, 2024
11:03 AM
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/
![](/skins/images/695EE5AD3E567050FEDD72575855ED93/ptc_skin/images/icon_anonymous_message.png)