Using a subdirectory name in the URL for WordPress pages?

I am creating a site with various content topics. One topic will be how to use WordPress. Another one might be how to work with Apache, and otherwise.

The site will have no blog and will be comprised of a bunch of static pages.

What I would like to do is to have the URL’s for the content appear in the following form (assuming an article about using the WordPress configuration file):

http://thedomain.com/wordpress/the-wordpress-configuration-file

If writing a page about Apache I would want the URL to be…

http://thedomain.com/apache/using-mod_rewrite

And so on.

Is there a way for me to set up that kind of URL in WordPress?

Any insight anyone cares to pass along would be appreciated.

Thanks.

Carlos

http://codex.wordpress.org/Using_Permalinks

You’ll probably want to use a custom permalink structure like this: /%category%/%postname%/