<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">Well, you would in that case
since the new path doesn't exist. I see now you want backwards from
that as I misinterpreted the direction of conversion in your original
question. You want requests without the query string to be converted
into a query string. That is actually opposite to my case so I would
make a guess that it should be more like,<br>
<br>
rewrite  ^/archive/index.php/(.*)$  /archive/index.php?$1<br>
<br>
But I could easily be wrong. That should be close though. You'd have to
try it out and adjust as works.<br>
Chris :)<br>
</font><br>
Mick Dd wrote:
<blockquote cite="mid:d38eceb1ec22bbcccde9ffb772113551@ruby-forum.com"
 type="cite">
  <pre wrap="">Chris Savery wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I had a similar situation. I think you can do something as simple as,

rewrite   ^/archive/index.php  /archive/index.php/$query_string;
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Thanks very much for the post.

But i could not get that to work i now get a 404 error page not 
displayed

Thanks again

  </pre>
</blockquote>
</body>
</html>