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

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Redirecting Windchill URL

RajeshBalasunda
1-Newbie

Redirecting Windchill URL

We will be using a temporary server for Migration.Wewant to re-direct all users who point to the original server to the temp server. I have made modifications for the URL http://servername in the apache htdocs, and also in the generic login page that we use. But some pro users type or have saved the windchill url, http://servername/Windchill how can I redirect this URL to point to the new server. Any advice on this is greatly appreciated.





Regards,

Rajesh Balasundaram

2 REPLIES 2

Try adding below line in httpd.conf

RewriteEngine on
RewriteCond %{HTTP_HOST} ^<server_name.com> [OR]
RewriteCond %{HTTP_HOST} ^<short_name>
RewriteRule ^/$ /Windchill">http://<server_name.com>/Windchill [R=permanent,L]

Thanks
Sujit
On Fri, Oct 23, 2009 at 1:26 PM, Rajesh Balasundaram <
rajesh.balasundaram@corning.com> wrote:

> We will be using a temporary server for Migration. We want to re-direct all
> users who point to the original server to the temp server. I have made
> modifications for the URL

Thanks Sujit. That worked.



Best Regards

Rajesh Balasundaram
Top Tags