0

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?

Kev
  • 118,037
  • 53
  • 300
  • 385
Chris McKee
  • 4,298
  • 10
  • 48
  • 83

1 Answers1

0

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

Nick Berardi
  • 54,393
  • 15
  • 113
  • 135