On Mon, Nov 29, 2010 at 8:14 PM, Andrew Gray <andrew at graymerica.com> wrote: > 1. The serialized arrays, plugin paths and other places the URL is stored The ob_start solution I gave earlier will handle that case. The key is to store the *actual* URL, then use code to adjust it on-the-fly for your non-production sites. -Otto