If this is only for the word inservice then you can do a basic rule
using the No Case flag in apache
http://httpd.apache.org/docs/2.4/rewrite/flags.html#flag_nc

RewriteRule ^/inservice$ /InService [R=301,L,NC]


The user can enter any combination of upper or lower and the rule will
still fire as the NC flag makes the rule function for any case.

On Wed, Aug 5, 2015 at 10:25 AM, aparna Puram <aparnapu...@gmail.com> wrote:
> Hello All,
>
> I have specific requirement for a rewirte rule.
>
>
> http://localhost/inservice has to be rewrited to http://localhost/InSerivce.
>
> Only the first and 3rd letter has to be caps..and rest all have to be lower
> case. Even if user gives Inservice, it will still have to rewite it to
> InService.
>
> Request you to help me with this.
>
> --
> Regards,
> Aparna Puram
> +919449473709

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to