I set up a modrewrite to redirect to a PHP script that generate pages under a "fake" directory structure. Initially I set up part of my site under a /html/ subdirectory. I've now decided to eliminate that, and move everything under that up one level. So now I've changed it so the mod rewrite handles it with or without the /html/ in case someone has bookmarked pages with the /html/ and that works. However, Google has indexed a lot of the pages under the /html/ version, and I'd like it to change as it revisits the site, but as long as the mod rewrite accepts the /html/ it will be happy to leave things alone. So I need to klick Google into changing. This is the first and only time I used mod rewrite - and I'm making a guess I need to change the [L] at the end to [R=301,L]