Hi!
I'm using WordPress with .htaccess and mod_rewrite and thus my permalinks look like this:
http://www.domain.com/blog/2009/03/24/title/
Now I want to add a different front page to my blog. Usually I would have done it like this:
http://www.domain.com/blog/?frontpage=alternative
But since I'm using the other form of links, that's not possible. How can I tell WordPress to redirect requests to e.g.
http://www.domain.com/blog/oldfrontpage/
to
<theme's folder>/oldfrontpage.php ?
I really need to get this working, so please help me!