• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

URL Redirecting in iPlanet Web Server 4.1.11

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Can anyone tell a solution for this. When i type the URL in the address bar like for example www.abc.com/xyz, i have to take the characters after "/"(slash) and redirect the page to a fixed url. The characters after the slash may be anything. So i tried using wildcard character "\*" in URL Forwarding in iplanet web server 4.1.11.It is working if i type www.abc.com/*.But if i type any other characters after slash like www.abc.com/xyz it is displaying page not found error. So how should i specify the wild card charecter in URL forwarding?Is there any other way of solving the problem?
 
reply
    Bookmark Topic Watch Topic
  • New Topic