Forum Moderators: open
For example, I want the below url which is currently automated
[mysite.com...]
to point to
[mysite.com...]
Eg: mysite.com/category >> mysite.com/events
I am placing a WP on each category, so I can have multiple homepages for each category like you would see at [guardian.co.uk...]
Can you do that at all?
Thanks,
Ross
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^fakecategoryname/$ [mydomain...]Or something like it. You should probably read up on htaccess and server status codes before you do this though.
[httpd.apache.org...]
<added>
Another thought - again, if I'm following your intent. You could simple create a static page and put links to all of the posts/pages you want on it then add this page to your navigation. You wouldn't need to modify htaccess this way.
If you separate the categories on different installs, then WP internal search won't work, updates will be more trouble, and so on.
Also, you can find plugins that will give more control over your category pages, so you can customize them more.
It seems like there are better ways to skin that cat than having 12 WP installs, unless I'm just not getting what you're doing.
And you can build themes with different templates, but typically they get selected by the page author. Fine if you're the only author. Getting a theme that changes by category might require some scripting.