Re: [users@httpd] Rewrite Role: navigation toolbar trouble

2012-05-24 Thread Michele Mase'
Tx! AliasMatch should be more than enough. Michele MAsè On Thu, May 24, 2012 at 10:53 AM, Pete Houston wrote: > If you can solve it with a symlink in the filesystem then the equivalent > in the httpd configuration is to use an Alias. > > Pete > -- > Openstrike - improving business through open s

Re: [users@httpd] Rewrite Role: navigation toolbar trouble

2012-05-24 Thread Pete Houston
If you can solve it with a symlink in the filesystem then the equivalent in the httpd configuration is to use an Alias. Pete -- Openstrike - improving business through open source http://www.openstrike.co.uk/ or call 01722 770036 / 07092 020107 pgpSpcXfWVOSK.pgp Description: PGP signature

[users@httpd] Rewrite Role: navigation toolbar trouble

2012-05-24 Thread Michele Mase'
I need that the url http://www.example.com/a.htm will point http://www.example.com/a/b/c/d.htm; in navigation toolbar of the browser you should view only http://www.example.com/a.htm. I've "solved" using a symlink between the file /webroot/a/b/c/d.htm and /webroot/a.htm. Is it possible to solve it