I have already a site with a single homepage index.php which accepts 2 parameters like
http://mydomain.com/index.php?param1=something¶m2=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).