I think if you use "RedirectMatch temp ..." it'll work...

-tais


"Martin Lindhe" <[EMAIL PROTECTED]> wrote in message
831D8A28AF18D5119EAA00E018C5B81C23BA11@MAIL1">news:831D8A28AF18D5119EAA00E018C5B81C23BA11@MAIL1...
> > I think I remember doing it a while ago. But I think you need to use
> > mod_alias instead. Take a look here:
> > http://httpd.apache.org/docs-2.0/mod/mod_alias.html#redirect
> > The Redirect/RedirectMatch/RedirectTemp might do it.
> RedirectMatch permanent "^/x/(.*)" http://www.test.com/y/test.php?val=$1";
> seems to work somewhat equal to the RewriteRule, it also visibly show
> the redirect url. Thanks anyway
> /Martin




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to