Forum Moderators: phranque
Jim
Also, it depends on what you are trying to do: If these dynamic URLs no longer exist on your site, then this is the right approach. But if you're still using a script to generate content for them, then the proper approach is:
Step 3 is similar to what you are doing now, except that you must add a check of the sever variable %{THE_REQUEST} in order to differentiate between direct client requests for dynamic URLs, and those that occur as a result of the internal rewrite described in step 2.
See [webmasterworld.com...] for more info
Jim