> 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