I have configured the OpenID plugin and the accompanying XRDS-Simple as required. It works for everything except the openid verification part.
I get a confirmation email with a one time access key and hyperlink and when I click it, I am taken to my website and shown a 403 error page.
Examining the url, I noticed that it is missing the index.php immediately after the domain name. It is just wwww.domain.com/?openid instead of www.domain.com/index.php?openid
I typed in the index.php into the url and was authenticated.
How to I get it to do this automatically? Am I missing a setting somewhere?