plugin broken with seo-friendly urls
-
There are three references to index.php in wp125.php which are missing the leading /
This leads to an issue when someone clicks an ad while reading a post on sites with seo-friendly URL schemas where instead of the ad going to domain.com/index.php?adclick=n it will instead redirect to domain.com/post-name/index.php?adclick=n which of course results in a 404 error.
This is easy to resolve and I’ve already resolved it on my own site by changing all references to ‘index.php’ in wp125.php to ‘/index.php’ but would like to see this resolution merged into the main code base.
- The topic ‘plugin broken with seo-friendly urls’ is closed to new replies.