On Thu, 19 Jun 2008 15:01:18 +0100
Ian Munday <[EMAIL PROTECTED]> wrote:

> I'm using the .htaccess file

Ouch!  That makes for slow and complex.

> However, using the old URLs with parameters does not work.

Indeed, that's the point where you need RewriteRule rather than
Redirect[1].  If you have access to httpd.conf, you should also
look at RewriteMap.

[1] We get far more of the opposite: complex Rewrite setups
where a simple Redirect or Alias would work.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to