Ok let me explain
>From http://clc.ncs.com/inventoryappl, I'm redirected to
http://server1.ncs.com/inventoryappl.
Instead of displaying http://server1.ncs.com/inventoryappl,
want to display http://s1.ncs.com/inventoryappl
Can it be done with RewriteRule. I'm new to apache server. Please help
rgds
PKM
--- Nicholas Sherlock <n.sherlock@xxxxxxxxx> wrote:
> On 9/01/2010 8:07 p.m., pkm2112 wrote:
> > Hello experts,
> > Need help to mask url. I understand it can be done using
> RewriteRule in httpd.conf file.
> >
> > Can I display http://server1.ncs.com/inventoryappl as
> > http://s1.ncs.com/inventoryappl
>
> If this is on the same server, just add a ServerAlias entry for "s1"
> to
> your "server1" host definition.
>
> Cheers,
> Nicholas Sherlock