Question

I'm using IIS6 (unfortunatly) and have built an ASP.Net MVC app; IIS is set up for wildcards to make the routing work but I have two virtual directories that contain wordpress installations which works fine.

I have two .htaccess files (one in each wp install) that handles their rewriting fine, but I want to setup a rewrite from /about to /blog/about. How would I do that and is it better to create all the rewrites in one .htaccess at the root of the site?

Was it helpful?

Solution

Use separate files, it helps isolate problems if they occur.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top