tags:

views:

25

answers:

1

I'm building a website using WordPress and am wondering if its possible to display posts and the archives of posts (IE /2010/09 etc.) in a seperate directory to the rest of the site.

Example:
domain.com/blog/this-is-a-blog-post
domain.com/blog/2010/09/
domain.com/about-us
domain.com/products

Does anyone know if this is possible, or has done this before or point me somewhere that has, I'd be super appreciative.

A: 

So apparently it can be done with a mixture of mod-rewrite and using a few pieces from here: http://codex.wordpress.org/Creating_an_Archive_Index

Kaonashi