Hi there, I was wondering if anyone can help me.
I used to have multiple copies of wordpress installed, each with own install, database, etc. for example:
example.com/site/resources
example.com/art/history
I have finished importing one of them into a new multisite install located here:
example.com/wordpress/
and so the new URL for the first one is like this:
example.com/wordpress/site-resources/
How do I setup a mod_rewrite, so that my old URLs run from the newer install? For example
example.com/site/resources/2010/12/29/hello-world/
is the same as:
example.com/wordpress/site-resources/2010/12/29/hello-world/
I prefer to keep the first URL structure without "wordpress" because that is how my older ones were.
Thanks!
Julie