• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

need to redirect old URL to new URL

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can anyone help in redirecting the old URL to new URL in apache conf file.
i hv added the following lines to test:
<VirtualHost 58.2.176.177>
ServerName sav-test.herceu.com
RewriteEngine On
RewriteRule http://sav-test.herceu.com/sbm/bpmportal/login.jsp http://sav-test.genpact.enxo.org//sbm/bpmportal/login.jsp [R,L]

<Location /sbm >
SetHandler weblogic-handler
WebLogicCluster 58.2.176.176:18003,58.2.176.147:18003
Debug ON
DebugConfigInfo ON
</Location>
</VirtualHost>
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic