Problem with path like after domain name

View: New views
1 Messages — Rating Filter:   Alert me  

Problem with path like after domain name

by naveen kumar-21 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



 i got problem as a folder name like my application name is

  www.example.com when enter this url it redirects to www.example.com/start

   <rule >
       <from>^/([0-9][0-9]-[0-9][0-9]-[0-9][0-9][0-9][0-9]-[a-zA-
Z0-9_-]+)$</from>
       <to type="redirect">/start/UrlTestServletURL?source=$1</
to>
   </rule>

i am using only tomcat5 server.

 i want my rule work into

  www.example.com/10-15-4555-navenn-kumar

 when i enter in to its goes to servlet ,,presently not going.
  its goes to servlet what can i do



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "UrlRewrite" group.
To post to this group, send email to urlrewrite@...
To unsubscribe from this group, send email to urlrewrite+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/urlrewrite?hl=en
-~----------~----~----~----~------~----~------~--~---