How to integrate wordpress with an existing php homepage ?

Posted by user284523 on Stack Overflow See other posts from Stack Overflow or by user284523
Published on 2010-03-14T18:39:08Z Indexed on 2010/03/14 18:45 UTC
Read the original article Hit count: 150

Filed under:

I have already a site with a single homepage index.php which accepts 2 parameters like

http://mydomain.com/index.php?param1=something&param2=somethingelse

param2 can be optional

I want to install wordpress on the root directory, except for index.php and the above url, I want wordpress to show the blog pages.

How to do that either in PHP and/or htaccess ? (I'm very bad at htaccess so I prefer php).

© Stack Overflow or respective owner

Related posts about php