> > > RewriteRule  ^(.*)  /asgard/index.php
> > 
> > Could be good to load proxy module and type "RewriteRule  ^(.*) 
> > /asgard/index.php [P]"
> > to force Apache to use all url transparently.
> Uhm... could you explain this a bit more? I don't get
> this one :-)

According what you sometimes want to do You may for example 
request www.my.site.com/asgard 
and Apache will rewrite internally to www.other.site.com/admin
[P] option tells Apache to use internal proxy that way to not to show you 
the correct url. Sometimes usefulll....

Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to