Package - add or edit goes to 404 Whoops!
Something strange is happening from my admin settings.
If I try to edit an existing package or add a new package, I get sent to the wrong address and get a 404
Here is url that ClassiPress is producing that fails:
wp-admin/admin-options.php?page=packages&action=editpack&type=ad&id=3
The url should be:
wp-admin/admin.php?page=packages&action=editpack&type=ad&id=3
If I manually change the admin-options.php to admin.php within the URL, it works okay.
I'm using IIS and other features seem to be working okay.
Permalink is currently set to: /index.php/%postname% - and have tried the default permalink with no joy.
No plugins are active.
Any ideas what is wrong?